mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-11-16 01:07:26 +00:00
hello.c
This commit is contained in:
parent
bad10e0d46
commit
287610ab66
7
code/hello.c
Normal file
7
code/hello.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include<stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Hello World");
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user