#cpp
Read more stories on Hashnode
Articles with this tag
#include<cstdio> #include<iostream> int main() { cout<<"hello world"<<endl; }