index
:
school.git
master
thing1's amazing school repo
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
comp
/
lucas-standen-NEA
/
code2
/
examples
/
helloworldadv
/
helloworld.c
blob: f1e746fee420a6c0fd4fbdde024575e5093e6284 (
plain
)
1
2
3
4
#include <zpylib.h> void helloworld(){ printstr("hello world\n"); }