On Monday, 20 June 2022 at 15:48:08 UTC, Dennis wrote: > Thoughts? Terrible. ;) - run.dlang.io supports something called HAR: ``` --- foo.d void bla() {} --- bar.d import foo; void main() { bla(); } ```