Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 207 Bytes

File metadata and controls

12 lines (7 loc) · 207 Bytes

create a cpp file. send this cpp file to the compiler. g++ filename.cpp

a file is being created automatically. (a.exe)

run this a.exe file .\a.exe

Hurray, your program is successfully executed.