5 lines
84 B
C
5 lines
84 B
C
// @BAKE gcc $@ -o $*.out
|
|
signed main() {
|
|
printf("%*s\n", 20, "hello world");
|
|
}
|