Skip to content

A collection of 'hello world' programs in various languages.

License

Notifications You must be signed in to change notification settings

polybones/hello-worlds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hello-worlds

A collection of 'hello world' programs in various languages. This repository serves as a resource to examine and compare writing 'hello world' programs in different languages.

Running

Run just all (or just help to list all recipes.)

Dependencies (per language)

  • just for running commands
  • gcc-ada (Ada)
  • GNU Assembler & Linker (Assembly)
  • gcc and g++ (C & C++)
  • c3c (C3 Compiler)
  • Crystal
  • Java
  • NodeJS (JavaScript)
  • Lua
  • Perl
  • Python 3
  • Rust
  • bash

Todo

  • Add support for more languages (Clean, Lobster, etc.)
  • Samples for esolangs
  • Running code online / Web Frontend (?)
  • Use alternative to Justfile (?)

Why?

I wanted to create a simple project that could showcase the syntax of different languages because its something that interests me.

Contributing

If you want to add another language feel free to make a PR and of course if you find any issues let me know.

About

A collection of 'hello world' programs in various languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages