Created
April 8, 2020 20:02
-
-
Save tice0-2/d06b418bff90b8c2194aac94d1d5b1e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class PS { | |
void println(int n) { | |
} | |
} | |
class Sys { | |
static PS out; | |
} | |
class Fun { | |
void fun() { | |
Sys.out.println(1); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment