#!/usr/bin/env rdmd import std.stdio; void main() { writeln("Hello, world!"); }