first commit
This commit is contained in:
8
HelloWorld/C/helloworld.c
Normal file
8
HelloWorld/C/helloworld.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
return printf("Hello, World!\n");
|
||||
}
|
||||
Reference in New Issue
Block a user