8 lines
71 B
C++
Raw Normal View History

2023-01-13 19:40:23 +01:00
#include <tox/tox.h>
int main(int argc, char** argv) {
return 0;
}