Stock Market Simulator (Not Working yet.....)
git clone https://github.com/GRATHRRAM/Exchange
cd Exchange
mkdir Build
cp ExchangeData/ Build/ -r
cd Build
cmake ..
make
git clone https://github.com/GRATHRRAM/Exchange
cd Exchange
mkdir win
Now Download raylib files from https://github.com/raysan5/raylib/releases/tag/5.0
file calld raylib-5.0_win64_mingw-w64.zip
And put include and lib directories in win/
mkdir Build
cp ExchangeData/ Build/ -r
cd Build
cmake .. -DCMAKE_ARGV0="win"
make