Commit Graph

3 Commits

Author SHA1 Message Date
Cory 64cb255e0a Completed checkpoint 2
Created a function that encrypts a message (taken
as a parameter) by adding a secret number (defined
globally?) to each digit.
2024-05-07 12:27:13 -04:00
Cory 09fd746bbc Commpleted checkpoint 1.
I created a function called numerify that takes an
string and outputs the numeric values of the bytes
that represent that string with UTF-08 encoding.
2024-05-07 12:16:03 -04:00
cchung 61ce9c3605 Initial commit 2024-04-26 01:20:55 +00:00