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