Skip to content
Snippets Groups Projects
Select Git revision
  • b3b75a8a3e25879de2a5e368583fc286b6e6531a
  • main default protected
  • correction_video
  • going_further
  • ImprovedMouseInteraction
  • final2023
  • template
  • ModifGUI
8 results

Cell.java

Blame
  • Forked from LABOUREL Arnaud / Game of life Template
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    App.java 216 B
    import java.util.List;
    
    public class App {
        public static void main(String[] args) throws Exception {
           Backpack backpack= new InstanceReader().read("src/sac0");
            System.out.println(backpack);
        }
    }