Add descriptions to each exercise
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
-- Write a function to return the hexadecimal representation (in a
|
||||
-- string) of a number. Use lowercase a to f.
|
||||
--
|
||||
-- Solution --------------------------------------------------------------------
|
||||
function hexadecimal(x)
|
||||
-- Your implementation here
|
||||
|
||||
Reference in New Issue
Block a user