uwu/uwu.vala
2021-08-11 01:24:09 +02:00

6 lines
66 B
Vala

int main(string[] args)
{
stdout.printf("uwu\n");
return 0;
}