Log in Help
Print
Homesaletalksgate-course-feb21module-8-embedded1-embedded-introhands-onsrcmainjavamodule8part1 〉 Main.java
 
package module8.part1;

import gate.*;
// other imports go here


public class Main {
  public static void main(String... args) throws Exception {
    System.out.println("Hello world");
    // your code goes here
  }
}