first commit

This commit is contained in:
Jatin Aggarwal 2018-10-07 10:37:48 +05:30
parent 4da95e9a22
commit da0933e033
1 changed files with 8 additions and 0 deletions

8
code/HelloWorld_jatin.py Normal file
View File

@ -0,0 +1,8 @@
//Jatin Aggarwal
#include <stdio.h>
int main()
{
printf("Hello, World!");
return 0;
}