Improved error message for invalid instructions

This commit is contained in:
Eduard Urbach 2025-02-13 22:12:57 +01:00
parent aec22b0a7e
commit e4cbb91f61
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,5 @@
import sys
main() {
sys.write
}