Some bugfixes/added errors, convert most to not use simple_passthrough
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import simple_print:*
|
||||
import io:*
|
||||
|
||||
fun addAndPrintInt(a: int, b: int): int {
|
||||
print(a+b);
|
||||
|
||||
Reference in New Issue
Block a user