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 <iostream>
int main () {
std::cout << UPVOTE PLS << std::endl;
return 0;
}
@ws Tho I started with C
good to see people getting into C++, a very underated tool.