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.