lunabot/src/journal/emotion.c

8 lines
80 B
C
Raw Normal View History

2019-04-27 06:49:04 +00:00
#include <stdio.h>
void handle_emotion()
{
printf("test\n");
return;
}