blob: d744ef40fc86850ca9c855867d5e880a2098e44a [file] [log] [blame]
// -*- mode: c++ -*-
// $Id$
// http://www.bagley.org/~doug/shootout/
#include <iostream>
using namespace std;
int main() {
cout << "hello world" << endl;
return(0);
}