diff options
author | talha <talha@talhaamir.xyz> | 2025-01-10 14:54:54 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2025-01-10 15:01:25 +0500 |
commit | ec235190e8f3240b78f943f6fbb10408783949d0 (patch) | |
tree | 6b1a447a5c68584e54cc0c03235b77d37d61897d /snippets/for.c | |
parent | 440cc9de7021c7059523b6dafbf02f247291f160 (diff) |
initializing new branch
Diffstat (limited to 'snippets/for.c')
-rw-r--r-- | snippets/for.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/snippets/for.c b/snippets/for.c new file mode 100644 index 0000000..4cc9378 --- /dev/null +++ b/snippets/for.c @@ -0,0 +1,2 @@ +for( ; ; ) { +} |