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