This folder contains fundamental Go concepts including variables, data types, constants, and basic operators.
- Hello World
- Variables and Constants
- Data Types (int, float, string, bool)
- Type Conversion
- Operators (arithmetic, comparison, logical)
- Formatting and Printing