Select Git revision
PersistentToggleGroup.class
Forked from
COUETOUX Basile / FirefighterStarter
Source project has a limited visibility.
-
AREZKI Celia authoredAREZKI Celia 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..
}
}