code_snippets/c_projects/tiktaktoe/include/tiktaktoe.c

6 lines
60 B
C

#include "tiktaktoe.h"
int start_tiktaktoe(){
return 0;
}