index
:
cs50.git
main
CS50 Free Online Harvard Class
Miau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wk1
/
lect1
/
hello.c
blob: 927f7b681f7b4a5e4afbe84ea3759731c32e5d96 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main(void) { printf("hello, world\n"); }