From 9be32446c857bab3cc385fe335ce3cb3c326a7a2 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 10 Dec 2025 19:00:17 +0000 Subject: [PATCH] Add Hello World to README Added a simple Hello World message to the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 985e419b7..21c078c6d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows -- all through natural language commands. Use it in your terminal, IDE, or tag @claude on Github. +Hello World + **Learn more in the [official documentation](https://docs.anthropic.com/en/docs/claude-code/overview)**.