reorganisation + hashmap
This commit is contained in:
8
q2/algo/cours3/test.java
Normal file
8
q2/algo/cours3/test.java
Normal file
@ -0,0 +1,8 @@
|
||||
public class test {
|
||||
public String testM(){
|
||||
return "yay";
|
||||
}
|
||||
public static void main(String[] args) {
|
||||
System.out.println(testM());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user