0
What's it's answer
what's it's answer
5 Respuestas
+ 4
What is the question?😕😕
+ 3
#include<iostream>
using namespace std;
void some_func();
int main()
some_func();
return 0;
}
void some_func()
cout<<"it works"<<endl;
}
+ 2
the answer to life the universe and everything is 42
+ 1
void_______ ()
int main()
some func()
return0
}
_______some func()
cout<<"it works"<<endl
}
0
thanks