Hello World Skill
A simple skill that demonstrates basic "Hello, World!" examples in various programming languages.
Supported Languages
- Python:
print("Hello, World!") - JavaScript:
console.log("Hello, World!"); - Bash:
echo "Hello, World!" - Go:
fmt.Println("Hello, World!")
Usage
Just ask the AI agent to show hello world in your preferred language!