Skip to content

Instantly share code, notes, and snippets.

@yihanc09
yihanc09 / notes.txt
Last active February 28, 2026 10:17
## CONCEPT: Integer
ALIAS: int, whole number
LEVEL: easy
DESC: Represents whole numbers without decimals.
* ID: int_def_1
TYPE: Definition
TEXT: An integer represents a whole number without a decimal part.
TAGS: data-type, numeric