Skip to content

tortb/HelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World 全语言合集

English

本项目收录了 44 种编程语言的 Hello World 程序,涵盖从机器码到现代高级语言的广泛范围。

详细文档:中文版 · English


📋 语言列表

🔧 机器码 / 汇编

🅒 C 系语言

☕ JVM 系语言

📜 脚本 / 动态语言

🌐 前端 / 标记类

⚙️ 系统级 / 现代编译语言

λ 函数式语言

🐚 Shell / 脚本环境

🗄️ 数据库

🏛️ 老牌 / 经典语言

🎯 趣味 / 极简语言


🚀 快速运行示例

# Python
python3 hello.py

# Node.js
node hello.js

# C 编译运行
gcc hello.c -o hello && ./hello

# C++ 编译运行
g++ hello.cpp -o hello && ./hello

# Rust
rustc main.rs && ./main

# Go
go run hello.go

📄 许可

此合集仅供学习参考,每种语言的代码均遵循该语言社区的标准规范。

About

HelloWorld!你好世界!计算机所有语言的HelloWorld都在这里

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors