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 HalloWelt
master
Daniel Manin
3 years ago
parent
9e65c60536
commit
5e57f6ad69
2 changed files
with
4 additions
and
1 deletions
Split View
Show Diff Stats
3
0
.gitignore
1
1
src/HalloWelt.java
+ 3
- 0
.gitignore
View File
@@ -0,0 +1,3 @@
/src/
/.idea/
/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