Added functions for individual compilers.
This commit is contained in:
parent
2ef28f6c2e
commit
bc9620fdaa
@ -25,6 +25,25 @@ 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() {
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user