зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
8 строки
115 B
Plaintext
8 строки
115 B
Plaintext
assert, imports, and def
|
|
section
|
|
|
|
int x = 3
|
|
int y = 4
|
|
assert 7 == x + y + 1
|
|
// brings nice debug info for free
|