Merge Go Work
This commit is contained in:
Executable
BIN
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"../../atbash-cipher"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println(atbash.Atbash("mindblowingly"))
|
||||
}
|
||||
Reference in New Issue
Block a user