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