DEV Community

Cover image for New Code | First Code
Dylan-iyer
Dylan-iyer

Posted on

New Code | First Code

class First

public static void main(String[] args){
System.out.print("Hello World !!");
}

Top comments (0)