Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Parn 23

Parn 23

Parn 23 has asked 2 questions and find answers to 0 problems.

Stats

10
EtPoint
0
Vote count
2
questions
0
answers

About

cout >> "Just a desktop programmer, looking to develop something good"
return 0;

g++ main.cpp

compiler error (1:66) Missing semicolon

Just a desktop programmer, looking to develop something good;
return 0;

./a.out

Program output:

Just a desktop programmer, looking to develop something good

[process exited with code 0]