summaryrefslogtreecommitdiff
path: root/reference/C/CONTRIB/OR_PRACTICAL_C/03_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'reference/C/CONTRIB/OR_PRACTICAL_C/03_1.c')
-rw-r--r--reference/C/CONTRIB/OR_PRACTICAL_C/03_1.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/reference/C/CONTRIB/OR_PRACTICAL_C/03_1.c b/reference/C/CONTRIB/OR_PRACTICAL_C/03_1.c
new file mode 100644
index 0000000..db625d5
--- /dev/null
+++ b/reference/C/CONTRIB/OR_PRACTICAL_C/03_1.c
@@ -0,0 +1,5 @@
+main()
+{
+ (1 + 2) * 4;
+ return (0);
+}