Merge pull request #251 from akag98/patch-1

Update to code section
This commit is contained in:
Luke Oliff 2018-10-08 10:31:54 -07:00 committed by GitHub
commit 9a25292e80
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;
}