This commit is contained in:
Alec Muffett 2017-02-16 01:53:25 +00:00
parent 41ab2a3ee0
commit d09771813c

1
hello.c Normal file
View File

@ -0,0 +1 @@
main() { printf("hello, world.\n"); }