1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-02 16:12:39 +00:00
hacktoberfest-2018/code/akag98.cpp
2018-10-07 21:22:46 +05:30

7 lines
86 B
C++

#include<iostream>
using namespace std;
int main(){
cout<<"Hello World"<<endl;
}