Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 346 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 346 Bytes

Task 1

used tool g++
To compile use following command in terminal

g++ rock_paper_c.cpp -std=c++11

for linux or mac change command inside system() function in code for clear screen and for other stuffs
To execute use following command

./a.out for linux or mac
.\a.exe for windows