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

FirefighterGrid.java

Blame
  • 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..
      }
    }