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

main

parent a95be2f6
No related branches found
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