This commit is contained in:
cozis
2021-11-02 13:24:52 +00:00
parent 87e9f4775b
commit 273adc90eb
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -1,4 +1,9 @@
fun x(a, b, c)
print(a, b, c);
print(x(1, 2, 3));
fun hello()
print('hel\nlo', 2);