Skip to content
Snippets Groups Projects
Select Git revision
  • 1f026393fe3ff7cf31d19a69731f98e404f4efec
  • master default protected
  • sdas
3 results

Main.java

Blame
  • Forked from NASR Alexis / Programmation2
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Main.java 152 B
    public class Main {
      public static void main(String[] args){
      Student student1 = new Student("a","l");
      // Create new cohort and add student..
      }
    }