Good old Caesar's Cipher! A classic exercise done in #golang at @exercism_io. 45/#100DaysOfCode
1
1
2
59
0
Download Image
@writeonlycode @exercism_io Here's a fun extension of the same idea to a shift cipher for arbitrary data (that is, bytes): github.com/bitfield/gs-ca…