6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
module main
|
|
|
|
func main(): i32 {
|
|
core::print("Your mom")
|
|
return 0
|
|
} |