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.
- Host: GitHub
- URL: https://github.com/linuxuser255/programming_langs
- Owner: LinuxUser255
- Created: 2024-10-18T23:02:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T00:52:49.000Z (over 1 year ago)
- Last Synced: 2025-02-13T01:32:09.597Z (over 1 year ago)
- Language: Rust
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.