small update

This commit is contained in:
IgorCielniak
2026-01-31 22:18:41 +01:00
parent ff6af0b783
commit dfc88c20eb
26 changed files with 25 additions and 33 deletions

View File

@@ -1 +1 @@
python main.py tests/io_read_stdin.sl -o /tmp/io_read_stdin > /dev/null && printf 'stdin via test\n' | /tmp/io_read_stdin
python main.py tests/io_read_stdin.sl -o ./build/io_read_stdin > /dev/null && printf 'stdin via test\n' | ./build/io_read_stdin