6 lines
84 B
C++
6 lines
84 B
C++
|
#include "../lib/libnbt.h"
|
||
|
|
||
|
int main(int argc, char* argv[]) {
|
||
|
return blob();
|
||
|
}
|