Execute Brain****/Java: Difference between revisions

m
Fixed syntax highlighting.
m (Fixed syntax highlighting.)
 
Line 10:
More detailed information about the rest of the code can be found in the comments throughout it.<br clear=all>
{{works with|Java|1.5+}}
<langsyntaxhighlight lang="java5">import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
Line 160:
mem.set(pointer, new Integer(val));
}
}</langsyntaxhighlight>
9,476

edits