Syntax
Bash
# Output
echo "Hello, World!"JSON
{
"output": "Hello, World!"
}With Title
// Output
console.log('Hello, World!')With Overflow
{
"output": "The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog."
}# Output
echo "Hello, World!"{
"output": "Hello, World!"
}// Output
console.log('Hello, World!'){
"output": "The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog."
}