Skip to content
Snippets Groups Projects
Commit 5106dbae authored by LABOUREL Arnaud's avatar LABOUREL Arnaud
Browse files

Correction classe App

parent e19f729e
Branches
No related tags found
No related merge requests found
Pipeline #15916 passed
...@@ -21,5 +21,5 @@ test { ...@@ -21,5 +21,5 @@ test {
} }
application { application {
mainClassName = "Main" mainClassName = "App"
} }
\ No newline at end of file
public class App {
public static void main(String[] args){
// TODO add code
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment