1 | |
2 | public class main { |
3 | public static void main(String[] args) throws Exception { |
4 | print("Hello world!"); |
5 | } |
6 | |
7 | static void print() { |
8 | System.out.println(); |
9 | } |
10 | |
11 | static void print(Object o) { |
12 | System.out.println(o); |
13 | } |
14 | |
15 | static void print(long i) { |
16 | System.out.println(i); |
17 | } |
18 | } |
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: | 530 / 146 |
Referenced in: | [show references] |