This website works better with JavaScript.
Home
Explore
Help
Sign In
maninda79178
/
Prog3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Prog3 HelloWorld
master
Daniel Manin
3 years ago
commit
6fd473b963
1 changed files
with
8 additions
and
0 deletions
Unified View
Show Diff Stats
8
0
src/HelloWorld.java
+ 8
- 0
src/HelloWorld.java
View File
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Write
Preview
Loading…
Cancel
Save