From bd5d5598da9203053546407070f827b9a21b2712 Mon Sep 17 00:00:00 2001 From: Anthony Pinot Date: Wed, 5 Oct 2022 15:49:03 +0200 Subject: [PATCH] =?UTF-8?q?Premi=C3=A8re=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b90554f..db1889f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@ -# TP n°1 +# Le langage Java # -## Etapes du TP +--- -* **Créez votre compte GiHub** si ce n'est pas déjà fait -* **Forkez** le projet **git-tp1** (bouton Fork présent en haut à droite lorsque vous accédez à un repository d'un autre compte) -* **Clonez** le projet -* **Modifiez** le fichier **README.md** avec pour but de reproduire l'exemple suivant : +## Introduction ## -![alt text](https://github.com/DiginamicFormation/git-tp1/blob/main/resources/Template.png) +Les caractéristiques du Langage Java : -* **Commitez** le projet en local avec le message suivant : **Première version** -* **Publiez** vos modifications sur GitHub ++ il s'agit d'un langage **orienté objet** + ++ il est *portable* + ++ il est multithreadé + +## Documentation ## + +Lien vers la documentation officielle : [Documentation](https://docs.oracle.com/en/java/) \ No newline at end of file