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