This is my first time, I made a simple println
.
My code was exactly:
class teste {
public static void main(String[] args) {
System.out.println("oi");
}
}
No error appears, but when I go to the terminal and type javac teste.java
...!