Update solution

This commit is contained in:
Valentin Brandl 2022-10-21 15:45:31 +02:00
parent f1c4aca92a
commit 4039548472

View File

@ -4,5 +4,5 @@
* `list` für Code * `list` für Code
* `break <n>` für Breakpoint * `break <n>` für Breakpoint
* `run $(python -c 'print("A"*77)')` * `run $(python -c 'print("A"*77)')`
* `show is_logged_in` * `print/x is_logged_in`
* `continue` * `continue`