* restored hello-world project

dev/timer
Kaspar Schleiser 13 years ago
parent 9e930037f8
commit 02e26536f0

@ -1,12 +1,8 @@
#include <stdio.h>
#include <math.h>
#include <board.h>
#include "swtimer.h"
int main(void)
{
double a = 1.2;
printf("Hello world! %g\n", a);
printf("Hello world!\n");
return 0;
}

Loading…
Cancel
Save