#!/usr/bin/env dart main(List args) { print("Hello world."); }