6 lines
53 B
D
6 lines
53 B
D
import std.stdio;
|
|
|
|
void main()
|
|
{
|
|
writeln("uwu");
|
|
}
|