Skip to content

cesc1802/unique-words

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Find unique words in word list

Require Go version 1

How to use

Example, we have list of words:

abc def hi hello there hi abc

Need to list out all unique words in that list, do this:

go run main.go abc def hi hello there hi abc

Result:

[abc def hi hello there]

How to run test

go test ./...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%