This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
ikachan
/
leetcode-go
Sledovat
1
Oblíbit
1
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
eadc4c54f9
Větve
Značky
master
leetcode-go
/
hard
/
65.go
65.go
101 B
Historie
Surový
1
2
3
4
5
6
7
8
9
package main
func isNumber(s string) bool {
return false
}
func main() {
println(isNumber(""))
}