uwu/uwu.d

7 lines
53 B
D
Raw Normal View History

2021-07-25 00:24:08 +00:00
import std.stdio;
void main()
{
writeln("uwu");
}