diff options
| author | talha <talha@talhaamir.xyz> | 2025-12-06 15:08:59 +0500 |
|---|---|---|
| committer | talha <talha@talhaamir.xyz> | 2025-12-06 15:08:59 +0500 |
| commit | 75b48fc3247b412bb1580c47e96022cffdc8ba9a (patch) | |
| tree | 20f615aae971834ebc1490b41cecdc3d0e9c4a7d /snippets/switch.c | |
| parent | 26161cefcda38711c7c8e166ccca7478bcaf18f4 (diff) | |
Diffstat (limited to 'snippets/switch.c')
| -rw-r--r-- | snippets/switch.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/snippets/switch.c b/snippets/switch.c deleted file mode 100644 index b0b527a..0000000 --- a/snippets/switch.c +++ /dev/null @@ -1,6 +0,0 @@ -switch (_) { - case (_): { - } break; - default: { - } break; -} |
