Skip to content
Snippets Groups Projects
Commit a95be2f6 authored by KIEU Thi phuong's avatar KIEU Thi phuong
Browse files

Delete Simulator.java

parent 29a28421
Branches
No related tags found
No related merge requests found
package carfollowing_2024_05_02;
import DEVSSimulator.Root;
public class Simulator {
public static void main(String[] args) {
CMSystem sys = new CMSystem();
Root root = new Root(sys, 86399);
root.startSimulation();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment