0% found this document useful (0 votes)
23 views1 page

Public Class Main (Public Static Void Main (String Args) (System - Out.println ("Hello, World!") ) )

java

Uploaded by

mcavimal2011
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views1 page

Public Class Main (Public Static Void Main (String Args) (System - Out.println ("Hello, World!") ) )

java

Uploaded by

mcavimal2011
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

public class Main {

public static void main(String[] args) {


System.out.println("Hello, World!");
}
}

You might also like