Add src/mylib.comet

This commit is contained in:
2026-07-04 20:18:29 +10:00
parent 052bf9febe
commit c212e781f7

3
src/mylib.comet Normal file
View File

@@ -0,0 +1,3 @@
func foo(int a, int b) -> int {
return a + b
}