pish/src/main.c

7 lines
46 B
C
Raw Normal View History

#include "Pish.h"
2022-10-09 18:23:57 -05:00
int main()
{
Pish();
2022-10-09 18:23:57 -05:00
}