Jump to content

Execute SNUSP/Java: Difference between revisions

m
Fixed syntax highlighting.
m (Fixed syntax highlighting.)
 
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

Cookies help us deliver our services. By using our services, you agree to our use of cookies.