start implementing
This commit is contained in:
parent
e27c3e624e
commit
e6d013c716
9 changed files with 846 additions and 1 deletions
10
run.sh
Executable file
10
run.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
|
||||
echo "
|
||||
let value = 4 * 3 + 2 * 1;
|
||||
let expects = (4 * 3) + (2 * 1);
|
||||
print(value, expects)
|
||||
" | cargo run
|
Loading…
Add table
Add a link
Reference in a new issue