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

m
<lang>
m (<code>)
m (<lang>)
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+}}
<codelang java5>import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
Line 159:
mem.set(pointer, new Integer(val));
}
}</codelang>
973

edits