We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe13ea commit 22e4601Copy full SHA for 22e4601
libs/worldlib.rb
@@ -0,0 +1,3 @@
1
+def println(*a)
2
+ puts(a.join(''))
3
+end
0 commit comments