5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
import "c";
|
|
|
|
global func main() {
|
|
printf("something %s\n", "your mom");
|
|
} |