Added functions for individual compilers.

This commit is contained in:
Deathsbreed 2014-11-13 12:05:10 -06:00
parent 2ef28f6c2e
commit bc9620fdaa

View File

@ -25,7 +25,26 @@ public class CoffeeBreak {
return;
}
System.out.println("You chose compiler " + compiler);
}
public void compileGCC() {
}
public void compileGXX() {
}
public void compileCLANGXX() {
}
public void compileJAVAC() {
}
public void compileANT() {
}
public static void main(String[] args) {