Skip to content

Duchieuctk41/leetcode

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •