Hello World

A simple skill that prints "Hello, World!" in various programming languages. Use when the user wants to see a basic hello world example in different languages.

huangqianqian120 Updated

File contents

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!

huangqianqian120/skillslibrary/tree/main/skills/hello-world commit 3abed5b423

Frequently asked questions

npx skillmds@latest add huangqianqian120/hello-world