Skip to content

Instantly share code, notes, and snippets.

@suhininalex
Created January 27, 2018 11:13
Show Gist options
  • Save suhininalex/a8ea7c244e9ff734d8dabab348bbf7a7 to your computer and use it in GitHub Desktop.
Save suhininalex/a8ea7c244e9ff734d8dabab348bbf7a7 to your computer and use it in GitHub Desktop.
public class StaticTest {
public static String NAME = new String("Hello, motherfucker!");
public static class ShitRunner {
public static void runShit(){
System.out.println(NAME);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment