7 lines
88 B
Go
7 lines
88 B
Go
|
package NumGen
|
||
|
|
||
|
func BadNumber() (result int64) {
|
||
|
result = badNumber64
|
||
|
return
|
||
|
}
|