summaryrefslogtreecommitdiff
path: root/i/simulotron/src/main.cc
diff options
context:
space:
mode:
authorhaller2005-11-27 23:27:49 +0000
committerhaller2005-11-27 23:27:49 +0000
commit349a66d2b2f8e725df8634f9d2947319245fb291 (patch)
tree6f9f912b82d4ed14978e0f296a7864fb03c6d656 /i/simulotron/src/main.cc
parentdb934e657caf4c471a1adf521127892eed4e14fd (diff)
Ebauche de classe socket
Mise en place de la structure automake/autoconf pour le simulotron
Diffstat (limited to 'i/simulotron/src/main.cc')
-rw-r--r--i/simulotron/src/main.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/i/simulotron/src/main.cc b/i/simulotron/src/main.cc
new file mode 100644
index 0000000..2992206
--- /dev/null
+++ b/i/simulotron/src/main.cc
@@ -0,0 +1,5 @@
+
+int main(void)
+{
+ return 0;
+}