/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.spartacusrex.spartacuside.external;
import com.sun.tools.javac.Main;
public class javac {
public static void main(String[] zArgs){
Main mm = new Main();
mm.compile(zArgs);
}
}