summaryrefslogtreecommitdiff
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");
}