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 Programm 3
master
Lilly Manitz
3 years ago
parent
e8dab2687b
commit
1ec272b78e
1 changed files
with
0 additions
and
11 deletions
Split View
Show Diff Stats
0
11
src/HalloWelt.java
+ 0
- 11
src/HalloWelt.java
View File
@@ -1,11 +0,0 @@
public class HalloWelt {
public static void main(String[] args) {
System.out.println("Hello world");
for (String s : args) {
System.out.println(s);
}
}
}
Write
Preview
Loading…
Cancel
Save