HelloWorld/helloworld.c
cxford 48ac2be371 Converting from Bazaar
Old log:
------------------------------------------------------------
revno: 1
committer: cxford <cxford@aninix.net>
branch nick: HelloWorld
timestamp: Thu 2015-12-10 16:51:21 -0600
message:
  Initializing for repos
2016-08-04 12:13:12 -05:00

7 lines
97 B
C

#include <stdio.h>
int main(int argc, char* argv[]) {
printf("Hello world!\n");
return 0;
}