* restored hello-world project
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…
Reference in New Issue