340 B
340 B
Getting Started
Sample JAVA project for MAS demonstrating an object-oriented implementation Can be opened with Visual Studio Code.
Run DemoClass
to start the program.
Folder Structure
The workspace contains:
src
: the folder with the source code The compiled output files will be generated in thebin
folder by default.