- 1
Can someone explain the line of codes for me?
#include <iostream> using namespace (STD) int main (){ return 0; }
2 Respostas
+ 6
You have finished the C++ tutorial.
Seriously?
0
No please
#include <iostream> using namespace (STD) int main (){ return 0; }