diff c/main.cpp @ 3:ace29ecfb846

basic files and directories
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 22 Oct 2009 16:12:09 -0400
parents
children 6509f5b1d795
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/c/main.cpp	Thu Oct 22 16:12:09 2009 -0400
@@ -0,0 +1,10 @@
+#include <iostream>
+
+using namespace std;
+
+int main(int argc, char *argv[]) {
+
+  cout << "Hello World" << endl;
+
+  return 1;
+}