This commit is contained in:
Concedo 2024-12-13 23:28:42 +08:00
parent e12949346b
commit 44f73d59cd
2 changed files with 0 additions and 9 deletions

View file

@ -1,4 +0,0 @@
#pragma once
#include <llama.h>

View file

@ -1,5 +0,0 @@
module llama [system] {
header "llama.h"
link "llama"
export *
}