engineer-man / piston-bot

I Run Code bot on Discord
https://emkc.org/run
MIT License
244 stars 36 forks source link

Fixed bug with non-public class #31

Closed dev-null-undefined closed 3 years ago

dev-null-undefined commented 3 years ago
class Main{
  public static void main(String[] args) throws Exception{
    System.out.println("works now");
  }
}

Used to get wrapped into the template causing an error