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