bsc

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

commit 23a41b7b6757437bcc89112da998d0b411cb146d
parent bf030509f168fb8d211ab4f5819b1e4a7889b165
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Wed, 24 Sep 2025 23:04:17 +0530

Update APC-PRAC-001.c
Diffstat:
Mtution-c/APC-PRAC-001.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tution-c/APC-PRAC-001.c b/tution-c/APC-PRAC-001.c @@ -1,6 +1,6 @@ /* WAP to calculate area and perimeter of a rectangle by accepting length and breadth as input. */ -/* Author - Amit Dutta, Date - 18th SEP, 2025 */ +// Author - Amit Dutta, Date - 18th SEP, 2025 #include<stdio.h> int main() { @@ -14,3 +14,4 @@ int main() { return 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