mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-11-16 01:07:26 +00:00
commit
4bb9fd9aff
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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user