Skip to content
Snippets Groups Projects
Main.java 165 B
Newer Older
  • Learn to ignore specific revisions
  • NAVES Guyslain's avatar
    NAVES Guyslain committed
    package fr.univamu;
    
    public class Main {
        public static void main(String[] args) throws InterruptedException {
            System.out.println("Hello World!");
        }
    }