...
This commit is contained in:
6
examples/program/main.nub
Normal file
6
examples/program/main.nub
Normal file
@@ -0,0 +1,6 @@
|
||||
module main
|
||||
|
||||
func main(): i32
|
||||
{
|
||||
return math::add(1, 2)
|
||||
}
|
||||
Reference in New Issue
Block a user