This website works better with JavaScript.
Home
Explore
Help
Sign In
manitzli84020
/
prog3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
hello world 7
master
Lilly Manitz
3 years ago
parent
e33459b15a
commit
8c6f6ce076
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
7
0
src/HelloWorld.java
+ 7
- 0
src/HelloWorld.java
View File
@@ -0,0 +1,7 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hallo welt?");
}
}
Write
Preview
Loading…
Cancel
Save