Skip to content

Commit

Permalink
Update exercises/practice/resistor-color-trio/src/resistor_color_trio…
Browse files Browse the repository at this point in the history
….clj

Co-authored-by: Anastasios Chatzialexiou <16361161+tasxatzial@users.noreply.github.com>
  • Loading branch information
ErikSchierboom and tasxatzial authored Jan 22, 2025
1 parent 52728a2 commit c98e101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns resistor-color-trio)

(defn label
"Returns the label for band of resistor colors."
"Returns the resistor label based on the given color bands."
[colors]
;; function body
)

0 comments on commit c98e101

Please sign in to comment.