Skip to content

Commit 22e4601

Browse files
committed
Verify
1 parent 4fe13ea commit 22e4601

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: libs/worldlib.rb

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def println(*a)
2+
puts(a.join(''))
3+
end

0 commit comments

Comments
 (0)