Select Git revision
-
LABOUREL Arnaud authoredLABOUREL Arnaud 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..
}
}