Skip to content

Repository files navigation

leetcode follow 300baicode.com

package main //import "fmt"

type UserInput interface { Add(rune) GetValue() string }

type NumericInput struct { input string }

func main() { //var input UserInput = &NumericInput{} //input.Add('1') //input.Add('a') //input.Add('0') //fmt.Println(input.GetValue()) }

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages