Skip to content

Instantly share code, notes, and snippets.

Java

Writing a Test program

  1. Launch Terminator
  2. Make a new directory for your Java project
    1. Type mkdir new_project && cd new_project
    2. Type touch Test.java.
    3. Type osub Test.java and paste this code.
      public class Test {
      

public static void main(String[] args) {