Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fariasultanacodes
/
isolated-sandbox
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
isolated-sandbox
/
examples
/
hello_world.js
ChefAdorous
Deploy Code Execution Sandbox with FastAPI and Docker
a89f25d
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
68 Bytes
// Example: Hello World in JavaScript
console
.
log
(
"Hello, World!"
);