Sad the course is almost over

This commit is contained in:
Claudio Maggioni 2023-05-11 23:53:44 +02:00
parent bd75c7ab34
commit 5c64f6dcbc
2 changed files with 4 additions and 0 deletions

1
Reversal/run.dat Normal file
View File

@ -0,0 +1 @@
U28gbG9uZywgYW5kIHRoYW5rcyBmb3IgYWxsIHRoZSBmaXNoIQpodHRwczovL3lvdXR1LmJlL3JUZ2E0MXIzYTRz

View File

@ -6,6 +6,7 @@ SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
cc="gcc-13"
if [ "$#" -ne 4 ]; then
echo "$0: [ltl-prop] [n] [length] [r]" > /dev/stderr
exit 1
@ -41,3 +42,5 @@ fi
cd "$SCRIPT_DIR"
echo "Compiling in: $compile_dir"
rm -rf "$compile_dir"
printf "\033[41m$(cat "$SCRIPT_DIR/../Reversal/run.dat" | base64 -d)\033[0m\n"