adjusted examples to use ->

This commit is contained in:
cozis
2022-12-08 03:15:05 +01:00
parent f7d28556a1
commit 57b4f37d3a
4 changed files with 166 additions and 157 deletions
-1
View File
@@ -1,5 +1,4 @@
fun sayHello(self, other)
print("Hello ", other, " from ", self.name);