This website works better with JavaScript.
Home
Explore
Help
Sign In
antfri01
/
HolaMundoINtelliJ
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
hola Mundo Java
master
antfri01
2 years ago
parent
cb4f81c39d
commit
72c459ec37
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/main/java/Main.java
+ 1
- 0
src/main/java/Main.java
View File
@ -1,5 +1,6 @@
public
class
Main
{
public
class
Main
{
public
static
void
main
(
String
[
]
args
)
{
public
static
void
main
(
String
[
]
args
)
{
System
.
out
.
println
(
"holaMundo"
)
;
System
.
out
.
println
(
"holaMundo"
)
;
System
.
out
.
println
(
"holaMundo"
)
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save