Skip to content

Ravishansachin/my-1-st

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

my-1-st

hello world

/* This is a simple Java program. FileName : "HelloWorld.java". */ class HelloWorld { // Your program begins with a call to main(). // Prints "Hello, World" to the terminal window. public static void main(String args[]) { System.out.println("Hello, World"); } }

About

hello world

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published