Execute SNUSP/Java: Difference between revisions

m
Fixed syntax highlighting.
m (Categorization now in master page)
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 7:
 
The main class:
<langsyntaxhighlight lang="java5">import java.awt.Point;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
Line 49:
return code;
}
}</langsyntaxhighlight>
The code pointer class:
<langsyntaxhighlight lang="java5">import java.awt.Point;
import java.io.BufferedReader;
import java.io.IOException;
Line 218:
UP,DOWN,LEFT,RIGHT;
}
}</langsyntaxhighlight>
9,485

edits