Skip to content

Ormidales/JAVA-ProjetsEtudiant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

mon-appli

The App class is a simple Java class that contains a single method called helloWorld(). This method returns the string "oui bonjour".

Usage

To use the App class, you can add the following code to your Java program:

package org.LpDql.MonProjet.mon_appli;
public class MyClass {
    public static void main(String[] args) {
        App app = new App();
        System.out.println(app.helloWorld());
    }
}

This will print "oui bonjour" to the console.

Auteur :

Releases

No releases published

Packages

No packages published

Languages