Skip to content

Instantly share code, notes, and snippets.

@tice0-2
Created April 8, 2020 20:02
Show Gist options
  • Save tice0-2/d06b418bff90b8c2194aac94d1d5b1e3 to your computer and use it in GitHub Desktop.
Save tice0-2/d06b418bff90b8c2194aac94d1d5b1e3 to your computer and use it in GitHub Desktop.
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