summaryrefslogtreecommitdiffstats
path: root/1/4.c
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-11-16 19:36:08 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-11-16 19:36:08 +0800
commit3c3f71ceb83e6f8317ba55244f06f67c107e5c51 (patch)
tree1c8647a368ca1662b6426c3dce598398d6c36c58 /1/4.c
parent5433f7161662106ac6337db8e6344a705bb18fc2 (diff)
downloadk&r-exercises-3c3f71ceb83e6f8317ba55244f06f67c107e5c51.tar.gz
Comments.
Diffstat (limited to '1/4.c')
-rw-r--r--1/4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/1/4.c b/1/4.c
index d98787b..c5eb242 100644
--- a/1/4.c
+++ b/1/4.c
@@ -1,7 +1,6 @@
#include <stdio.h>
/* Prints a conversion table from celsius to fahrenheit */
-
int main(int argc, char *argv[]) {
float celsius, fahr;
int lower, upper, step;