6 lines
60 B
Plaintext
6 lines
60 B
Plaintext
module main
|
|
|
|
func main(): i32
|
|
{
|
|
return math::add(1, 2)
|
|
} |