Libraryless. Click here for Pure Java version (9122L/50K).
1 | static long mapMethodLike printN2(S s, long n) {
|
2 | print(s, n2(n)); |
3 | ret n; |
4 | } |
5 | |
6 | static long printN2(long n) {
|
7 | print(n2(n)); |
8 | ret n; |
9 | } |
Began life as a copy of #1000658
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035560 |
| Snippet name: | printN2 function - print + n2 |
| Eternal ID of this version: | #1035560/2 |
| Text MD5: | c9d793b94221aeef758110ac75864421 |
| Transpilation MD5: | 66255c36447c14734c348bd811f8239e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-06-16 22:01:30 |
| Source code size: | 144 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 402 / 505 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |