Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider b055e2b4 rédigé par Nathan DOMENICHINI's avatar Nathan DOMENICHINI :purple_heart:
Parcourir les fichiers

Merge branch 'nathan' into 'main'

tp java 4

See merge request !63
parents 874f621f 7dc69b6d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!63tp java 4
Affichage de
avec 32 ajouts et 0 suppression
## Getting Started
Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.
## Folder Structure
The workspace contains two folders by default, where:
- `src`: the folder to maintain sources
- `lib`: the folder to maintain dependencies
Meanwhile, the compiled output files will be generated in the `bin` folder by default.
> If you want to customize the folder structure, open `.vscode/settings.json` and update the related settings there.
## Dependency Management
The `JAVA PROJECTS` view allows you to manage your dependencies. More details can be found [here](https://github.com/microsoft/vscode-java-dependency#manage-dependencies).
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
Fichier ajouté
import listes.Cellule;
import listes.Vide;
public class App {
public static void main(String[] args) throws Exception {
Cellule c1 = new Cellule(12, new Cellule(19, new Vide()));
System.out.println(c1.max());
Vide v = new Vide();
System.out.println(v.max());
}
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter