Advertisement
DavidsonDFGL

Interpretador - Main

Sep 23rd, 2013
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. public class ts
  2. {
  3.     public static void main(String[]args)
  4.     {
  5.         Interpretador inte = new Interpretador();
  6.         inte.compile("in.txt");
  7.         inte.run("out.txt");
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement