Skip to content

Instantly share code, notes, and snippets.

@Solonarv
Created January 23, 2017 22:16
Show Gist options
  • Save Solonarv/2bd3d2ef9d29de9416557347324e4c20 to your computer and use it in GitHub Desktop.
Save Solonarv/2bd3d2ef9d29de9416557347324e4c20 to your computer and use it in GitHub Desktop.
public class Main {
static Output out = new Output();
public static void main(String[] args)
{
System.out.println(out.Shannon);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment