Profile image

Making helloworld.cpp

16.7k MrGreen  3.5 years ago

Yes, you heard it right. I am making a hello world programme in SP. Already done with the #include part, working on <iostream>. I hate this, but I figured it would earn me whole lotta updoots and maybe start a new trend!

#include &lt;iostream>

int main ()  {

std::cout &lt;&lt; UPVOTE PLS &lt;&lt; std::endl;
return 0;
}