This website works better with JavaScript.
Home
Explore
Help
Sign In
2dam
/
HolaMundoSpring
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Empezando el programa
master
Juanjo
2 years ago
parent
8edc2aa4b9
commit
a17d04196e
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
HolaMundoSpring/src/fp/edu/Main.java
+ 2
- 0
HolaMundoSpring/src/fp/edu/Main.java
View File
@ -4,5 +4,7 @@ public class Main {
public
static
void
main
(
String
[
]
args
)
{
public
static
void
main
(
String
[
]
args
)
{
System
.
out
.
println
(
"Hello world!"
)
;
System
.
out
.
println
(
"Hello world!"
)
;
/*cambiando cosas*/
/*cambiando cosas*/
}
}
}
}
Write
Preview
Loading…
Cancel
Save