Spaces:
Runtime error
Runtime error
File size: 114 Bytes
15f36b1 |
1 2 3 4 5 |
class Simple{
public static void main(String args[]){
System.out.println("Hello Java");
}
} |