Update to code section

This commit is contained in:
akag98
2018-10-07 21:22:46 +05:30
committed by GitHub
parent 4da95e9a22
commit f9ba7fcd6a

6
code/akag98.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include<iostream>
using namespace std;
int main(){
cout<<"Hello World"<<endl;
}