Hacker News new | ask | show | jobs
by nialv7 2180 days ago
D code can also be run this way:

    #!/usr/bin/rdmd
    void main() { import std.stdio; writeln("hello"); }