This is LatentLin's blog
Reading time ~1 minute
#include<iostream> using namespace std; int main(){ cout<<"Hello, World!"<<endl; return 0; }