Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
codekingpro
/
portable-devtools
like
0
Dataset card
Files
Files and versions
xet
Community
main
portable-devtools
/
go
/
src
/
cmd
/
cover
/
testdata
/
pkgcfg
/
yesFuncsNoTests
/
yfnt.go
codekingpro
Add files using upload-large-folder tool
fc11197
verified
about 2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
126 Bytes
package
yesFuncsNoTests
func
F1
()
{
println
(
"hi"
)
}
func
F2
(x
int
)
int
{
if
x <
0
{
return
9
}
else
{
return
10
}
}