added main.c and makefile
This commit is contained in:
parent
8370ff3c92
commit
0bd5940a47
10
main.c
Normal file
10
main.c
Normal file
@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
#include "hamt.h"
|
||||
#include "turbolist/turbolist.h"
|
||||
#include "engine/slc.h"
|
||||
|
||||
int main(int argc, const char **argv) {
|
||||
// TODO: Implement CLI frontend...
|
||||
puts("TODO: Implement CLI frontend...");
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user