0
Plzz help me
I want to write a program saying HELLO WORLD ... i used void main() .... but its not working can anyone tell me how to write it using void main ()
4 Réponses
+ 1
#include <iostream>
using namespace std;
int main() {
// Your code goes here.
return 0;
}
0
write int main()
0
ok thanks
0
Try another compilator, this realy don't work, but in fact you can.