mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
* restored hello-world project
This commit is contained in:
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
Block a user