Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
JustinTX
/
sky2
like
0
arxiv:
2602.20133
arxiv:
2602.23413
Model card
Files
Files and versions
xet
Community
main
sky2
/
benchmarks
/
frontier-cs-eval
/
initial_program.cpp
JustinTX
Add files using upload-large-folder tool
b0e88cf
verified
22 days ago
raw
Copy download link
history
blame
contribute
delete
120 Bytes
#
include
<bits/stdc++.h>
using
namespace
std;
int
main
()
{
std::cout <<
"Hello, World!"
<< std::endl;
return
0
;
}