Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
AbdulElahGwaith
/
go
like
0
Model card
Files
Files and versions
xet
Community
main
go
/
test
/
typeparam
/
issue50485.dir
/
main.go
AbdulElahGwaith
Upload folder using huggingface_hub
e36aeda
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
82 Bytes
package
main
import
(
"./a"
)
func
main
()
{
_ = a.OrdOption(a.Given[
int
]())
}