telekosmos / ohcekata

0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ehco

Simple solution in go to https://kata-log.rocks/ohce-kata.

Build

Clone this repo to your go workspace. If you don't know what is this, set up your go development environment by following the instructions.

Then:

go get "github.com/c-bata/go-prompt"

go build

This last command will produce an executable file named ohcekata. Just run the file by typing

./ohcekata

and enjoy 😬

Test

Simply after build the app, run in the same directory:

go test

About

0


Languages

Language:Go 100.0%