eaxhla/test/hello_world.c
2024-07-27 00:40:30 +02:00

6 lines
90 B
C

// @BAKE gcc $@ -o $*.out -ggdb
signed main() {
puts("Hello World!");
return 0;
}