https://github.com/julius-boettger/programming-examples
examples for basic usage of different programming languages
https://github.com/julius-boettger/programming-examples
c cpp dart examples rust
Last synced: 6 months ago
JSON representation
examples for basic usage of different programming languages
- Host: GitHub
- URL: https://github.com/julius-boettger/programming-examples
- Owner: julius-boettger
- Created: 2023-06-16T09:43:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-30T15:17:31.000Z (7 months ago)
- Last Synced: 2026-01-03T09:21:33.687Z (7 months ago)
- Topics: c, cpp, dart, examples, rust
- Language: C++
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming Examples
### Multiple projects, each showcasing a different programming language
Each project contains examples of the basic usage of a language, aiming to include variables, data types, control flow and structures, object oriented or functional programming patterns, ...
**These examples do not _aim to_ reflect all features a language provides**. I write them when learning new languages mostly for myself, as trying out each feature myself makes learning easier. As such, the amount of written examples directly correlates to my knowledge of the language.