brlib repo creation

This commit is contained in:
2023-12-24 18:17:38 +01:00
parent e794bdf9c4
commit f9318ce49b
34 changed files with 0 additions and 0 deletions

8
todo/hashtest.c Normal file
View File

@@ -0,0 +1,8 @@
#include <stdio.h>
#include "hash.h"
int main()
{
printf("foo\n");
return 1;
}