Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendu TP1 #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 ##

<kbd>![alt text](https://github.com/DiginamicFormation/git-tp1/blob/main/resources/Template.png)</kbd>
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 <span style="color:red">documentation officielle</span> : [Documentation](https://docs.oracle.com/en/java/)