Skip to content
Snippets Groups Projects
Commit 387ab248 authored by ='s avatar =
Browse files

ajouter methode a()

parent 771ee0e8
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,7 @@ public class Hello { ...@@ -4,4 +4,7 @@ public class Hello {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("Hello, World!"); System.out.println("Hello, World!");
} }
public void a(){
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment