Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

public class Hello {

public static void main (String [] args) {


System.out.ln(“this is a test”);
}
}

You might also like