Files
tofu/src/main.d
T

8 lines
91 B
D

import std.stdio;
int main()
{
writeln("tofu: ZUUR package manager");
return 0;
}