piLinux
1/21/2016 - 3:54 PM

test.c

#include <stdio.h>

void main(int argc, char[] argv) {
  printf("hello, world!\n");
}