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