Scratcher Joined 2 years, 6 months ago Vietnam
Hi guys, so I've left Scratch for nearly 2 years because I was focusing on C++ projects. Now I'm back!!!
#include <bits/stdc++.h>using namespace std;int main(){ cout << "Nothing much" << endl; return 0;}