mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-11-16 01:07:26 +00:00
hello.cpp
This commit is contained in:
parent
4da95e9a22
commit
bad10e0d46
9
code/hello.cpp
Normal file
9
code/hello.cpp
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#include<iostream>
|
||||||
|
|
||||||
|
using namespace::std;
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
cout << "hello world";
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user