mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-08-11 08:33:48 +08:00
refactor: organize agent harness courses
This commit is contained in:
6
learn-claude-code/s05_todo_write/example/hello.py
Normal file
6
learn-claude-code/s05_todo_write/example/hello.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def greet(name):
|
||||
message = "Hello, " + name
|
||||
print(message)
|
||||
|
||||
|
||||
greet("Claude")
|
||||
Reference in New Issue
Block a user