summaryrefslogtreecommitdiff
path: root/reference/C/CONTRIB/OR_PRACTICAL_C/08_3.c
diff options
context:
space:
mode:
Diffstat (limited to 'reference/C/CONTRIB/OR_PRACTICAL_C/08_3.c')
-rw-r--r--reference/C/CONTRIB/OR_PRACTICAL_C/08_3.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/reference/C/CONTRIB/OR_PRACTICAL_C/08_3.c b/reference/C/CONTRIB/OR_PRACTICAL_C/08_3.c
new file mode 100644
index 0000000..839c008
--- /dev/null
+++ b/reference/C/CONTRIB/OR_PRACTICAL_C/08_3.c
@@ -0,0 +1,7 @@
+main()
+{
+
+ init();
+ solve_problems();
+ finish_up();
+}