“Hello, World!” program
A “Hello, World!” program is generally a computer program that ignores any input, and outputs or displays a message similar to “Hello, World!“. A small piece of code in most general-purpose programming languages, this program is used to illustrate a language’s basic syntax. “Hello, World!” programs are often the first a student learns to write in a given language, and they can also be used as a sanity check to ensure computer software intended to compile or run source code is correctly installed, and that its operator understands how to use it.
— Wikipedia
Languages which I have experience with (very different levels of experience).
Python
Python is programming language that lets you work quickly and integrate systems more effectively.
Go
Build simple, secure, scalable systems with Go.
Lua
Lua is a powerful, efficient, lightweight, embeddable scripting language.
JavaScript
JavaScript is core technology of the Web, alongside HTML and CSS.
C
C designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support.
C++
C++ designed with systems programming and embedded, resource-constrained software and large systems in mind, with performance, efficiency, and flexibility of use as its design highlights.
Rust
Rust is a general-purpose programming language emphasizing performance, type safety, and concurrency.
Pascal
Pascal is small, efficient language intended to encourage good programming practices using structured programming and data structuring.
Java
GDScript
GDScript langugage is optimized for and tightly integrated with Godot allowing great flexibility for content creation and integration.
Perl
Perl borrows features from other programming languages including C, sh, AWK, and sed. It provides text processing facilities without the arbitrary data-length limits of many contemporary Unix command line tools.
PHP
PHP is general-purpose scripting language that is especially suited to web development.
Ruby
Ruby is dynamic, programming language with a focus on simplicity and productivity.
Z-Shell
The Z shell (Zsh) is a Unix shell that can be used as an interactive login shell and as a command interpreter for shell scripting.
Nix
The Nix language is designed for conveniently creating and composing derivations – precise descriptions of how contents of existing files are used to derive new files. It is a domain-specific, purely functional, lazily evaluated, dynamically typed programming language.
x86 assembly language
Regarded as a programming language, assembly language is machine-specific and low-level. Like all assembly languages, x86 assembly uses mnemonics to represent fundamental CPU instructions, or machine code.