summaryrefslogtreecommitdiff
path: root/snippets/ifelse.c
diff options
context:
space:
mode:
authortalha <talha@talhaamir.xyz>2025-01-10 14:54:54 +0500
committertalha <talha@talhaamir.xyz>2025-01-10 15:01:25 +0500
commitec235190e8f3240b78f943f6fbb10408783949d0 (patch)
tree6b1a447a5c68584e54cc0c03235b77d37d61897d /snippets/ifelse.c
parent440cc9de7021c7059523b6dafbf02f247291f160 (diff)
initializing new branch
Diffstat (limited to 'snippets/ifelse.c')
-rw-r--r--snippets/ifelse.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/snippets/ifelse.c b/snippets/ifelse.c
new file mode 100644
index 0000000..03f9dda
--- /dev/null
+++ b/snippets/ifelse.c
@@ -0,0 +1,4 @@
+if (_) {
+}
+else {
+}