Select Git revision
Forked from
NASR Alexis / Programmation2
Source project has a limited visibility.
-
DAS Shantanu authoredDAS Shantanu authored
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..
}
}