public class main {
public static void main(String[] args) throws Exception {
print("Hello world!");
}
static void print() {
System.out.println();
}
static void print(Object o) {
System.out.println(o);
}
static void print(long i) {
System.out.println(i);
}
}Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #3000131 |
| Snippet name: | Transpilation of #1001579 |
| Eternal ID of this version: | #3000131/1 |
| Text MD5: | 0528b27dbebc73194def0fca9dbd9689 |
| Author: | someone |
| Category: | |
| Type: | Java source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-10-31 17:37:22 |
| Source code size: | 276 bytes / 18 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 741 / 197 |
| Referenced in: | [show references] |