Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReadMe.txt
To compile and see the output run these commands sequentially :: 1) This will create an executable file named "a.exe" g++ -std=c++11 Last-To-Start.cpp -o a.exe 2) Open the executable file with this command .\a.exe