8 lines
71 B
C++
8 lines
71 B
C++
|
#include <tox/tox.h>
|
||
|
|
||
|
int main(int argc, char** argv) {
|
||
|
|
||
|
return 0;
|
||
|
}
|
||
|
|