5 lines
73 B
C
5 lines
73 B
C
|
|
#include <taiga.h>
|
||
|
|
|
||
|
|
int action_site(int argc, char** argv){
|
||
|
|
return 0;
|
||
|
|
}
|