uwu/uwu.c

8 lines
66 B
C
Raw Permalink Normal View History

2021-07-24 19:29:28 +00:00
#include <stdio.h>
int main()
{
printf("uwu\n");
return 0;
}