0
how should I make a program
I enter the code but there is an ermor outcome
5 Answers
+ 2
Study with perception, U will get it
+ 1
Can you paste your code and the error that it's showing in the console?
+ 1
#include<iostream>
using namespace std;
int main(){
cout<<"hello world"<<'\n';
return 0;
}
this is th basic hello world
0
i think you are copying code from here to your pc difference in compiler causes errors
here i found VOID main() is not working and showing error.
- 1
one day u'll good programmer