mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-17 20:31:47 +02:00
8 lines
118 B
C
8 lines
118 B
C
#include "llama.h"
|
|
|
|
int main(void) {
|
|
printf("test-c: running\n");
|
|
printf("test-c: PASSED\n");
|
|
return 0;
|
|
}
|