Skip to content

Add initial hello.py entry point#3

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-typo-in-documentation
Draft

Add initial hello.py entry point#3
Copilot wants to merge 2 commits intomainfrom
copilot/fix-typo-in-documentation

Conversation

Copy link

Copilot AI commented Mar 6, 2026

The repository had no code — only a README, LICENSE, and .gitignore. This adds a minimal Python entry point as a starting point for the project.

Changes

  • hello.py — prints a Chinese welcome greeting; structured with a main() function and __name__ guard per Python conventions
def main():
    print("你好!欢迎使用 intern_ai 项目!")

if __name__ == '__main__':
    main()

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: chenQ17 <64722037+chenQ17@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix typo in documentation files Add initial hello.py entry point Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants