Initial commit.

This commit is contained in:
2021-09-21 20:33:32 +01:00
commit c295172ce7
7 changed files with 1876 additions and 0 deletions

5
library.c Normal file
View File

@@ -0,0 +1,5 @@
#include <stdio.h>
#include "library.h"
void hello(void) { printf("Hello, World!\n"); }