Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #2000380 // IOIOI example - Lua print to Java print

New Tinybrain snippet

In: "print \"Hello\""
Out: "System.out.println(\"Hello\");"
In: "print \"World\""
Out: "System.out.println(\"World\");"
In: "print \"Yo!\""
Out: "System.out.println(\"Yo!\");"
In: "print \"Gell?\""

download  show line numbers   

Snippet is not live.

Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

3 comment(s) hidden. show

Snippet ID: #2000380
Snippet name: IOIOI example - Lua print to Java print
Eternal ID of this version: #2000380/1
Text MD5: 3b1dd24476ccc204e5adc59d33d5a523
Author: stefan
Category:
Type: New Tinybrain snippet
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-06-22 21:48:36
Source code size: 203 bytes / 7 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 862 / 389
Referenced in: #645 - x14.java
#681 - All IOIOI examples (collection)
#2000383 - Vague instruction
#2000384 - Clearer instruction for #2000383
#2000388 - class x14 (embeddable)