Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧪 测试仓库 / Test Repository

一个多语言 Hello World 测试项目,欢迎上传任意文件!

A multilingual Hello World test project, welcome to upload any file!


🌍 多语言说明

🇨🇳 这是一个测试仓库,您可以上传任何文件!

🇺🇸 This is a test repository, you can upload any file!

🇯🇵 これはテストリポジトリです。どんなファイルでもアップロードできます!

🇰🇷 이것은 테스트 저장소입니다. 어떤 파일이든 업로드할 수 있습니다!

🇩🇪 Dies ist ein Test-Repository. Sie können beliebige Dateien hochladen!

🇫🇷 Ceci est un dépôt de test. Vous pouvez télécharger n'importe quel fichier ! 🇷🇺 Это тестовый репозиторий. Вы можете загружать любые файлы!

🇪🇸 Este es un repositorio de prueba. ¡Puedes subir cualquier archivo!

🇮🇹 Questo è un repository di test. Puoi caricare qualsiasi file!

🇻🇳 Đây là một kho lưu trữ thử nghiệm. Bạn có thể tải lên bất kỳ tệp nào!

🇹🇭 นี่คือพื้นที่เก็บข้อมูลทดสอบ คุณสามารถอัปโหลดไฟล์ใดก็ได้!


📂 项目结构

test/
├── .gitignore           # git 忽略规则
├── LICENSE              # MIT 开源许可
├── README.MD
└── src/
    └── helloworld/      # 🎯 多语言 Hello World 合集
        ├── 编程语言市场份额图表.md
        ├── hello.c       # C
        ├── hello.cpp     # C++
        ├── hello.cs      # C#
        ├── hello.go      # Go
        ├── hello.html    # HTML
        ├── Hello.java    # Java
        ├── hello.js      # JavaScript
        ├── hello.md      # Markdown
        ├── hello.php     # PHP
        ├── hello.py      # Python
        ├── hello.rb      # Ruby
        ├── hello.ts      # TypeScript
        └── hello.txt     # 纯文本

🚀 运行指南

语言 运行命令
Python python src/hello.py
JavaScript node src/hello.js
TypeScript npx ts-node src/hello.ts
C gcc src/hello.c -o hello && ./hello
C++ g++ src/hello.cpp -o hello && ./hello
C# dotnet run --project src/hello.cs
Go go run src/hello.go
Java javac src/Hello.java && java -cp src Hello
PHP php src/hello.php
Ruby ruby src/hello.rb
HTML 用浏览器打开 src/hello.html

About

多语言 Hello World 测试仓库 / Multi-language test repository

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages