Skip to content

Commit

Permalink
+restored hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
mellotanica committed Dec 29, 2014
1 parent 9ae3546 commit 14f7401
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/helloworld.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//#include "../facilities/libuarm.h"
#include "/usr/include/uarm/libuarm.h"

char *error="If this got printed something fishy has happened..\n\0";

int main(){

tprint("Hello World!\n\0");

HALT();

tprint(error);

return 0;
}

0 comments on commit 14f7401

Please sign in to comment.