Skip to content

HanakJakub/Kata19-Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kata19 - Go solution

Task

http://codekata.com/kata/kata19-word-chains/

Run

To run the program enter following command by replacing STARTWORD and ENDWORD with words eg. cat dog

go run main.go STARTWORD ENDWORD

Tests

To run the test suits use Golang build-in test command

go test ./... --cover

About

Kata19: Word Chains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages