uwu/uwu.d
2021-07-25 02:24:08 +02:00

6 lines
53 B
D

import std.stdio;
void main()
{
writeln("uwu");
}