Init new repository
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import "a";
|
||||
import "b";
|
||||
|
||||
main :: proc(): int {
|
||||
a := A();
|
||||
b := B();
|
||||
return a + b;
|
||||
}
|
||||
Reference in New Issue
Block a user