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

Content added Content deleted
m (<code>)
m (<lang>)
Line 10: Line 10:
More detailed information about the rest of the code can be found in the comments throughout it.<br clear=all>
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+}}
{{works with|Java|1.5+}}
<code java5>import java.io.BufferedReader;
<lang java5>import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileReader;
Line 159: Line 159:
mem.set(pointer, new Integer(val));
mem.set(pointer, new Integer(val));
}
}
}</code>
}</lang>