First

Trial

Test

type Harold interface {
    Eat()
    Drink()
    Sleep()
    Code()
    Play()
}
comments powered by Disqus