Initial
This commit is contained in:
commit
b4d9399de6
16 changed files with 465 additions and 0 deletions
3
recipes-hello/helloworld/files/helloworld.c
Normal file
3
recipes-hello/helloworld/files/helloworld.c
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main(void) { printf("Hello, world!"); }
|
||||
Loading…
Add table
Add a link
Reference in a new issue