Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
lilbool
/
vuln-code-analysis
like
0
License:
mit
Model card
Files
Files and versions
xet
Community
main
vuln-code-analysis
/
safe-code-analyzer
/
safe_codes
/
100 doors_113.txt
lilbool
Upload 212 files
497f2f3
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
86 Bytes
for i in 1..101 {
echo 'Door ${i} is ${i ** 0.5 % 1 > 0 ? "closed" : "open"}'
}