Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniele Lucas
ItiAdventure
Commits
6f604a5d
Commit
6f604a5d
authored
Feb 06, 2021
by
Aroubate Hamza
Browse files
Update ClassMain.java
parent
95943e6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ITIAdventure/src/ClassMain.java
View file @
6f604a5d
package
fr.insarouen.asi.prog.asiaventure
;
import
fr.insarouen.asi.prog.asiaventure.elements.*
;
public
class
classMain
{
public
static
void
main
(
String
[]
args
){
Monde
monde
=
new
Monde
(
"Terre"
);
Entite
entite
=
new
Entite
(
"SUPER_NOM"
,
monde
);
System
.
out
.
println
(
monde
.
getNom
());
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment