pkmndecompress/main.c

6 lines
74 B
C
Raw Normal View History

2022-09-18 16:21:18 +03:00
// x-run: make clean all run
#include "./bitstream.h"
int main(void) {
}