7 lines
95 B
C
7 lines
95 B
C
#include "treeset.h"
|
|
#include <stdio.h>
|
|
|
|
int main() {
|
|
treeset_t tree = {};
|
|
return 0;
|
|
}
|