#!/usr/bin/env rdmd import std.stdio; void main(in string[] args) { writeln("Program: ", args[0]); }