Skip to content

Manu11-Pro/Hello_World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello_World

Hello World in Every Programming Language!

Programming languages are formal languages comprising a set of instructions used to produce various kinds of output. They enable developers to communicate with computers, from high-level abstractions like Python for rapid prototyping to low-level control in C++ for system programming. This repo showcases minimal "Hello, World!" examples across multiple languages

Languages Covered

  • Python (/Python/hello_world.py) - Interpreted powerhouse for automation, data science, IoT scripting
  • Java (/Java/HelloWorld.java) - Enterprise apps with platform independence
  • JavaScript (/JavaScript/hello-world.js) - Essential for web frontends and Node.js backends
  • HTML (/HTML/hello-world.html) - Web structure foundation (markup language)
  • Dart (/DartL/hello_world.html) - Client-optimized language for multiple platform fast apps, commonly used with Flutter
  • C (/C/hello_world.c) - Low-level procedural language used for system programming, Hardware interaction
  • C++ (/C++/hello_world.cpp) - High-performance systems and embedded programming
  • C# (/C#/HelloWorld.cs) - Web, desktop, and enterprise applications
  • PHP (/PHP/HelloWorld.php) - Server-side dynamic web content
  • Ruby (/Ruby/hello_world/hello.php) - Server-side dynamic web content
  • Lua (/Lua/hellowolrd.lua) - Lightweight embeddable scripting language

Quick Run Commands

Language File Path Run Command
Python Python\hello_world.py python hello_world.py
Java Java\HelloWorld.java javac Main.java && java Main
JavaScript JavaScript\hello-world.js node hello.js
HTML HTML\hello-world.html Open in browser
Dart Dart\hello_world.dart javac Main.java && java Main
C C/hello_world.c gcc hello.c -o hello && ./hello
C++ C++/hello_world.cpp g++ hello.cpp -o hello && ./hello
C# C#/HelloWorld.cs dotnet run hello.cs
PHP PHP/HelloWorld.php php hello.php
Ruby Ruby/hello_world.rb ruby hello.rb
Lua Lua/helloworld.lua lua hello.lua

📈 Progress

Languages Stars

Goal: 50+ languages! Contributions welcome—fork, add your language, PR! ⭐ Star if learning from these examples.

By Manu11-Pro

Releases

No releases published

Packages

 
 
 

Contributors