Newer
Older
package fr.univamu;
public class Main {
public static void main(String[] args) throws InterruptedException {
System.out.println("Hello World!");
}
}
package fr.univamu;
public class Main {
public static void main(String[] args) throws InterruptedException {
System.out.println("Hello World!");
}
}