diff options
| author | Alejandro W. Sior <aho@sior.be> | 2023-01-23 20:46:04 +0100 |
|---|---|---|
| committer | Alejandro W. Sior <aho@sior.be> | 2023-01-23 20:46:04 +0100 |
| commit | a339cff87fc98859e58df8dbc9f9c15a06ed3530 (patch) | |
| tree | 8a236d7425191c498c6213bca003859b574d9734 /main.c | |
| parent | 165cba8cf353647bfefaa81e035aedbd30c6c7f2 (diff) | |
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#include <stdio.h> +#include <test/hai.h> + +int main() { + printf("%d\n", hai()); + return 0; +} |
