Skip to content
Snippets Groups Projects
Main.java 152 B
Newer Older
  • Learn to ignore specific revisions
  • Alexis Nasr's avatar
    Alexis Nasr committed
    public class Main {
      public static void main(String[] args){
    
    DAS Shantanu's avatar
    DAS Shantanu committed
      Student student1 = new Student("a","l");
      // Create new cohort and add student..
    
    Alexis Nasr's avatar
    Alexis Nasr committed
      }
    }