1
0
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:
Kaspar Schleiser 2010-09-24 16:28:12 +02:00
parent 9e930037f8
commit 02e26536f0

View File

@ -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;
}