module app;

import std.stdio;

void main() {
    writeln("Tests passed.");
}