Skip to content
Snippets Groups Projects
Commit 0a69c473 authored by Alexandre MAINTIER's avatar Alexandre MAINTIER
Browse files

mise à jour générale

parent 2a2c9954
Branches
No related tags found
No related merge requests found
Showing
with 25 additions and 13 deletions
...@@ -3,6 +3,7 @@ class Score{ ...@@ -3,6 +3,7 @@ class Score{
int score; int score;
String timestamp; String timestamp;
Score(String name, int score, String timestamp){ Score(String name, int score, String timestamp){
this.name = name; this.name = name;
this.score = score; this.score = score;
......
class UseBook{ class UseBook{
public static void main(String args[]){ public static void main(String args[]){
Book book = new Book("chapeau", "pointu", 1992); Book book = new Book("chapeau", "pointu", 1992);
System.out.println(book); System.out.println(book);
......
public class UseHighScore { public class UseHighScore {
} }
public class UseHighScore2 { public class UseHighScore2 {
} }
public class UseHighScore3 { public class UseHighScore3 {
} }
public class UseHighScore4 { public class UseHighScore4 {
} }
public class Dice { public class Dice {
} }
public class DicePlayer { public class DicePlayer {
} }
public class OneDicePlayerGame { public class OneDicePlayerGame {
} }
public class UseCompetitor { public class UseCompetitor {
} }
public class UseDice { public class UseDice {
} }
...@@ -3,3 +3,4 @@ package tp03; ...@@ -3,3 +3,4 @@ package tp03;
public class Task { public class Task {
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment