mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-08-05 06:38:25 +00:00
7
code/Ayush-Mahajan.c
Normal file
7
code/Ayush-Mahajan.c
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#include<stdio.h>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
printf("Hello World");
|
||||||
|
return 0;
|
||||||
|
}
|
9
code/Ayush-Mahajan.cpp
Normal file
9
code/Ayush-Mahajan.cpp
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#include<iostream>
|
||||||
|
|
||||||
|
using namespace::std;
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
cout << "hello world";
|
||||||
|
return 0;
|
||||||
|
}
|
Reference in New Issue
Block a user