FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GitHub Viewer
public class CpuTest { public static void main(String[] args) { int i= 0; while (true) { i++; if (i == Integer.MAX_VALUE) { // System.out.println("--reset---"); i = 0; } } } }
Back
|
FazBrowse Home
|
New Git URL