Untitled

Anonymous
java
09/24/2024 2:42 PM
192 B
15
Indexable
package com.petanikode.program;

class Program {
    public static void main(String args[]){
        System.out.println("Hello World");
    }
}
Editor is loading...
Leave a Comment