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

https://github.com/linuxuser255/programming_langs

A repository containing basic examples of some of the most common programming languages.
https://github.com/linuxuser255/programming_langs

Last synced: 30 days ago
JSON representation

A repository containing basic examples of some of the most common programming languages.

Awesome Lists containing this project

README

          

# Programming_Langs

A repository containing **basic examples and tutorials** of the most common programming languages.

### Languages Included

* [C](./C)
* [C++](./Cpp)
* [C#](./CSharp)
* [Rust](./Rust)
* [Go](./Go)
* [Julia](./Julia)
* [Python](./Python)
* [JavaScript](./JavaScript)
* [Haskell](./Haskell)
* [Java](./Java)
* [Kotlin](./Kotlin)
* [Lua](./Lua)

Each language folder contains:
- Focused example files (hello world, variables, control flow, functions, data structures, OOP/records, pointers/references where applicable).
- `README.md` with explanations and how to compile/run.
- Clean, well-commented, idiomatic code.

**Goal**: Quick reference to see how core concepts are expressed across languages.