An open API service indexing awesome lists of open source software.

https://github.com/bocaletto-luca/multilanguage-test-example

Multilanguage Test Examples Welcome to the Multilanguage Test Examples repository! This project contains simple, self-contained examples of programming fundamentals implemented in various programming languages. Each example demonstrates basic constructs—including output, variable declarations, conditionals, loops, and functions/methods with clear..
https://github.com/bocaletto-luca/multilanguage-test-example

bocaletto-luca c cpp csharp css3 fsharp go haskell html5 java javascript kotlin python ruby rust scala swift swift5 typescript

Last synced: 1 day ago
JSON representation

Multilanguage Test Examples Welcome to the Multilanguage Test Examples repository! This project contains simple, self-contained examples of programming fundamentals implemented in various programming languages. Each example demonstrates basic constructs—including output, variable declarations, conditionals, loops, and functions/methods with clear..

Awesome Lists containing this project

README

          

# Multilanguage Test Examples 🚀

Welcome to the **Multilanguage Test Examples** repository! This project contains simple, self-contained examples of programming fundamentals implemented in various programming languages. Each example demonstrates basic constructs—including output, variable declarations, conditionals, loops, and functions/methods—with clear inline comments to help you learn and run the code quickly.

---

## Contents

Each file in this repository is named following the convention `.`, for example:

- `c.c` – Basic C example
- `python.py` – Basic Python example
- `cpp.cpp` – Basic C++ example
- `java.java` – Basic Java example
- `javascript.js` – Basic JavaScript example
- `ruby.rb` – Basic Ruby example
- `php.php` – Basic PHP example
- `go.go` – Basic Go example
- `rust.rs` – Basic Rust example
- `swift.swift` – Basic Swift example
- `kotlin.kt` – Basic Kotlin example
- `csharp.cs` – Basic C# example
- `dart.dart` – Basic Dart example
- `haskell.hs` – Basic Haskell example
- `scala.scala` – Basic Scala example
- `objectivec.m` – Basic Objective‑C example
- `perl.pl` – Basic Perl example
- `r.R` – Basic R example
- `bash.sh` – Basic Bash example
- `lua.lua` – Basic Lua example
- `pascal.pas` – Basic Pascal example
- `ada.adb` – Basic Ada example
- `cobol.cob` – Basic COBOL example
- `fsharp.fsx` – Basic F# example
- `elixir.exs` – Basic Elixir example
- `groovy.groovy` – Basic Groovy example
- `b.b` – Basic B example
- `fortran.f` – Basic Fortran example (Fortran 77 style)
- `basic.bas` – Basic BASIC example
- `advanced_fortran.f` – Advanced Fortran example (includes user input and factorial calculation)
- `advanced_basic.bas` – Advanced BASIC example (Fibonacci sequence)
- `assembly.asm` – x86‑64 Assembly example (NASM syntax)
- `common_lisp.lisp` – Common Lisp example
- `prolog.pl` – Prolog example
- `modula2.mod` – Modula‑2 example
- `smalltalk.st` – Smalltalk example
- `erlang.erl` – Erlang example
- `scheme.scm` – Scheme example
- `forth.fs` – Forth example
- `algol68.a68` – Algol 68 example
- `simula.sim` – Simula example
- `pl1.pl1` – PL/I example
- `awk.awk` – AWK example
- `snobol4.sno` – SNOBOL4 example
- `icon.icn` – Icon example
- `hello.e` – Eiffel example
- `hello.rexx` – REXX example
- `HELLO.m` – MUMPS (M) example

*And more…*

---

## How to Use

1. **Browse the Repository:**
Explore the files to see examples implemented in the language of your choice.

2. **Run the Examples:**
Each file includes instructions (in comments at the top) on how to compile or run the code. Simply follow those instructions to test out the example on your local machine.

3. **Learn the Fundamentals:**
Use these examples as a starting point to understand the basic syntax and structure of multiple programming languages.

---

## About the Author

**Bocaletto Luca**
GitHub: [bocaletto-luca](https://github.com/bocaletto-luca)

These examples were created with the goal of providing clear, concise, and runnable code snippets that illustrate the core features of each programming language.

---

## Contributions

Contributions, suggestions, or improvements are welcome. Feel free to fork the repository, make enhancements, and submit pull requests.

---

Happy coding!

[![Contributing](https://img.shields.io/badge/CONTRIBUTING.md-blue.svg)](/CONTRIBUTING.md)