Skip to content
Snippets Groups Projects
Select Git revision
  • 7715a07c99d460f3a820bff96c320f60d7e4e957
  • main default protected
  • variant
3 results

PersistentToggleGroup.class

Blame
  • Forked from COUETOUX Basile / FirefighterStarter
    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..
      }
    }