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
Paso 1
master
Juanjo
2 years ago
parent
a17d04196e
commit
44be933f24
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
HolaFichero/src/file/fp/edu/Main.java
+ 11
- 0
HolaFichero/src/file/fp/edu/Main.java
View File
@ -0,0 +1,11 @@
package
file.fp.edu
;
public
class
Main
{
public
static
void
main
(
String
[
]
args
)
{
System
.
out
.
println
(
"Hellofile!"
)
;
}
}
Write
Preview
Loading…
Cancel
Save