1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-05 08:42:41 +00:00
hacktoberfest-2018/code/HelloWorld_jatin.py

9 lines
93 B
Python
Raw Normal View History

2018-10-07 05:07:48 +00:00
//Jatin Aggarwal
#include <stdio.h>
int main()
{
printf("Hello, World!");
return 0;
}