+ 3
can we call main with other function??
can we make main with arguments??
4 Réponses
+ 3
pz0375 why don't you try into code playground ? 😀
+ 2
int main(){
cout<<"text"<<endl;
main();
}
you can use jest like this but it is infinite loop
0
yes you can