From ec235190e8f3240b78f943f6fbb10408783949d0 Mon Sep 17 00:00:00 2001 From: talha Date: Fri, 10 Jan 2025 14:54:54 +0500 Subject: initializing new branch --- snippets/ifelif.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 snippets/ifelif.c (limited to 'snippets/ifelif.c') diff --git a/snippets/ifelif.c b/snippets/ifelif.c new file mode 100644 index 0000000..6f37315 --- /dev/null +++ b/snippets/ifelif.c @@ -0,0 +1,4 @@ +if (_) { +} else if (_) { +} else { +} -- cgit v1.2.3