hacktoberfest-2018/code/HelloWorld_jatin.py
Jatin Aggarwal da0933e033 first commit
2018-10-07 10:37:48 +05:30

9 lines
93 B
Python

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