Skip to content

Commit

Permalink
fix lesson 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed May 13, 2024
1 parent ff877f2 commit 0e38f9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lesson_2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import (
"fmt"
"os"
"strings"
"unsafe"
// Uncomment for some unsafe black magic below:
// "unsafe"
"xor/cipherer"
)

Expand Down

0 comments on commit 0e38f9f

Please sign in to comment.