lander/lsm/example/test.c

6 lines
68 B
C
Raw Normal View History

#include <stdio.h>
#include "lsm.h"
int main() { printf("yuh"); }