Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 720 Bytes

File metadata and controls

26 lines (20 loc) · 720 Bytes

Programming_Langs

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

Languages Included

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.