You are on page 1of 1

// tip: each public class is put in its own file

public class main


{
// tip: arguments are passed via the field below this editor
public static void main(String[] args)
{
// Sintaxis
System.out.println("Hello, world!");
}
}

You might also like