Added the main.c file with a Hello world print.
This commit is contained in:
parent
e6448c1443
commit
f82ba0e2e8
1 changed files with 5 additions and 0 deletions
5
main.c
Normal file
5
main.c
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main(void) {
|
||||||
|
printf("Hello, PID!\n");
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue