From 3c3f71ceb83e6f8317ba55244f06f67c107e5c51 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 16 Nov 2021 19:36:08 +0800 Subject: Comments. --- 1/3.c | 1 - 1 file changed, 1 deletion(-) (limited to '1/3.c') diff --git a/1/3.c b/1/3.c index c993843..42a0099 100644 --- a/1/3.c +++ b/1/3.c @@ -1,7 +1,6 @@ #include /* Prints a conversion table from fahrenheit to celsius */ - int main(int argc, char *argv[]) { float fahr, celsius; int lower, upper, step; -- cgit v1.2.3