1
1
Fork 0
AtomicKotlinCourse/Programming Basics/section-info.yaml

15 lines
222 B
YAML
Raw Permalink Normal View History

content:
- Hello, World
- var & val
- Data Types
- Functions
- if Expressions
- String Templates
- Number Types
- Booleans
- Repetition with while
- Looping & Ranges
- The in Keyword
- Expressions & Statements
- Summary 1