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

simulator

parent 8c437748
Branches
Tags
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