uwu/uwu.vala

6 lines
66 B
Vala

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