diff options
Diffstat (limited to 'src/input/sint.input.pamphlet')
| -rw-r--r-- | src/input/sint.input.pamphlet | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/sint.input.pamphlet b/src/input/sint.input.pamphlet index 927a4dca..271e9a54 100644 --- a/src/input/sint.input.pamphlet +++ b/src/input/sint.input.pamphlet @@ -22,7 +22,7 @@ gcd(a,b)  lcm(a,b)  mulmod(5,6,13)$SingleInteger  positiveRemainder(37,13)$SingleInteger -And(3,4)$SingleInteger +(3 /\ 4)$SingleInteger  shift(1,4)$SingleInteger  shift(31,-1)$SingleInteger  @  | 
