pish/src/main.c

7 lines
46 B
C

#include "Pish.h"
int main()
{
Pish();
}