- Added a playground where I test stuff
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-03 17:31:46 +02:00
parent 30178efb9c
commit d2cc6a8e93
1 changed files with 10 additions and 0 deletions

10
source/eventy/test.d Normal file
View File

@ -0,0 +1,10 @@
module eventy.test;
import std.stdio;
unittest
{
writeln((()=>(2)) ());
}