FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GitHub Viewer
class ForLoop0 { public static void main(String[] args) { int ints[] = {1, 2, 3, 4}; for (int i = 0; i < 3; i++) { System.out.println(i); } } }
Back
|
FazBrowse Home
|
New Git URL