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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
code/akag98.cpp Normal file
View File

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