diff --git a/source/eventy/test.d b/source/eventy/test.d new file mode 100644 index 0000000..45499c9 --- /dev/null +++ b/source/eventy/test.d @@ -0,0 +1,10 @@ +module eventy.test; + +import std.stdio; + +unittest +{ + writeln((()=>(2)) ()); + + +} \ No newline at end of file