#!/usr/bin/ccsh /* The Classic 'Hello World' Example */ int main(int argc, char *argv[]) { printf("Hello World!\n"); }