← Back to davo.co
index
:
hello-world.git
main
Minimalist C Hello World application
David Faulkner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.c
blob: 018f7b0f88b965f3c083c1cef0cf430f3f60d56d (
plain
)
1
2
3
4
5
6
#include "stdio.h" int main(void) { printf("Hello, World!\n"); return 0; }