This website works better with JavaScript.
Home
Explore
Help
Sign In
hellhu71946
/
HugoRepository
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
First try
master
hellhu71946
6 years ago
parent
f95f65ebd2
commit
da2f1a60e3
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/HelloWorld.java
+ 1
- 1
src/HelloWorld.java
View File
@@ -3,7 +3,7 @@ import static jdk.nashorn.internal.objects.Global.println;
public class HelloWorld {
public static void main(String[] args){
System.out.println("H
ello World
");
System.out.println("H
allo Welt
");
}
}
Write
Preview
Loading…
Cancel
Save