// Created 2023-01-25 under MIT-License by @VictorieeMan // Purpouse: First post to send greetings to the Stacker News community. #include<iostream> int main(){ std::cout<<"Hello World" << std::endl; return 0; }
What a nerd. I love it! XD
reply
std::cout << ":-)";
reply