Post "Never Give Up" in your Language

#include <iostream>
using namespace std;
int main()
{
cout<<"Never give up!<<endl;
}
return 0;

C++
 
#include <iostream>
using namespace std;
int main()
{
cout<<"Never give up!<<endl;
}
return 0;

C++

Yes its c++ but with syntax errors on line 5 and 7: cout<<"Never give up!"<<endl;
and the return must be placed in the brackets!
:)
 
არასოდეს დანებდე!
 
Haal chero na bondhu (bengali):-)
 
or in programming mode:

while(true){
try {
//to keep going
}
}
 
swami_vivekananda_arise_awake_stop_not_til_goal_postcard-p239436100503674777en8sh_325.jpg
 
Back
Top