FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

class Class08 { public int one() { return 1; } public void two(int a) { if (a>0) { return; } System.out.println(3); } public static void main(String[] args) { Class08 fm = new Class08(); System.out.println(fm.one()); fm.two(123); } }

Back | FazBrowse Home | New Git URL