A repository containing basic examples and tutorials of the most common programming languages.
Each language folder contains:
- Focused example files (hello world, variables, control flow, functions, data structures, OOP/records, pointers/references where applicable).
README.mdwith explanations and how to compile/run.- Clean, well-commented, idiomatic code.
Goal: Quick reference to see how core concepts are expressed across languages.