Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Edouard CATTEZ
Raquette Party
Commits
4b238ee0
Commit
4b238ee0
authored
Apr 21, 2022
by
Edouard CATTEZ
Browse files
Update Main.java
parent
cbef06ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/fr/ippon/recrutement/raquette_party/Main.java
View file @
4b238ee0
...
...
@@ -3,7 +3,7 @@ package fr.ippon.recrutement.raquette_party;
public
class
Main
{
public
static
void
main
(
String
[]
args
)
{
TennisGame
tennisGame
=
new
TennisGame
(
"Edouard"
,
"
Alexandr
e"
);
TennisGame
tennisGame
=
new
TennisGame
(
"Edouard"
,
"
Candidat
e"
);
// 0 - 0
tennisGame
.
playerOneScores
();
// 15 - 0
tennisGame
.
playerOneScores
();
// 30 - 0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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