Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 553 Bytes

File metadata and controls

25 lines (13 loc) · 553 Bytes

Amusement Park Management System

A console-based project developed for CSE124 – Data Structure Lab, demonstrating core data structure concepts through an amusement park management simulation.


🚀 How to Run the Project

You can run this project in two ways:

1. Run the precompiled executable (Windows)

Simply run: main.exe

2. Compile and run from source

Navigate to the src folder and run: gcc *.c -o main; .\main


📄 License

This project is released under the MIT License.