#!/bin/env pike /* Say hello. */ int main(int argc, array(string) argv) { Stdio.stdout.write("Hello, world.\n"); }