From f88aa3d25f18138c80a9050f568439fe245c415f Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Fri, 5 Nov 2021 20:33:02 -0400 Subject: [PATCH] Add note on Exercise 1-5 --- README.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.adoc b/README.adoc index c9ac854..58cf55c 100644 --- a/README.adoc +++ b/README.adoc @@ -145,3 +145,10 @@ https://github.com/krislamo/knrc/commit/93126a8207ba83e3712bbab7b1e54548761a5fa1 https://github.com/krislamo/knrc/blob/93126a8207ba83e3712bbab7b1e54548761a5fa1/03-celsius-to-fahrenheit.c[(Source)] This is a simple little solution for a Celsius to Fahrenheit table. + +Exercise 1-5. print the table in reverse order +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +https://github.com/krislamo/knrc/commit/588969b09fabab1e91ff4f4b1c37e87fc23cf76b[(Diff)] +https://github.com/krislamo/knrc/blob/588969b09fabab1e91ff4f4b1c37e87fc23cf76b/02-vars-and-math.c[(Source)] + +Move some numbers around to reverse the table.