Libraryless. Click here for Pure Java version (501L/4K/13K).
1 | !752 |
2 | |
3 | static L<S> tests = litlist( |
4 | "translator used by #1001167", |
5 | "main program of #1001167", |
6 | "first statement in main program of #1001167" |
7 | ); |
8 | |
9 | p {
|
10 | Class bot = run("#1002078");
|
11 | |
12 | for (S test : tests) pcall {
|
13 | print(test); |
14 | S a = callStaticAnswerMethod(bot, test); |
15 | print(" " + a);
|
16 | } |
17 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1002077 |
| Snippet name: | Code analysis tester (developing) |
| Eternal ID of this version: | #1002077/1 |
| Text MD5: | 44664ed70b5e4fa797719708d01b5a90 |
| Transpilation MD5: | cacb376b62ca36cc1515e70623a1277b |
| Author: | stefan |
| Category: | |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-12-16 21:23:33 |
| Source code size: | 325 bytes / 17 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 833 / 975 |
| Referenced in: | [show references] |