On Sunday, 4 April 2021 at 10:57:38 UTC, aberba wrote: > On Thursday, 1 April 2021 at 07:27:38 UTC, Vladimir Panteleev > wrote: >> (This post best viewed on > > ```d > import std.stdio: writeln; > void nice() > { > writeln("It works!"); > } > ``` > > Cool! Coming up: Integrated "Run this" button for each block 😍