bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

commit 9f9b9ff588b234bd0b624060cf27d193966183dc
parent 2585ad131e614cc7c74a0e1e2ec1f4255ba26ab9
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Wed,  8 Oct 2025 13:12:11 +0530

new 33 with array

Diffstat:
Mletusc/luc033.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/letusc/luc033.c b/letusc/luc033.c @@ -20,7 +20,7 @@ int main() break; } index++; - set_of_numbers[index] = num; + set_of_numbers[index] = num; } int max = set_of_numbers[0], min = set_of_numbers[0]; while (index >= 0)
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror