Skip to content

Commit 8245948

Browse files
authored
Update README.md
1 parent 5ad5e0b commit 8245948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Calculating the first 10 odd numbers:
5151
| Language | Code | Runnable Link |
5252
| :------: | :----------------------------------------------------------------: | :---------------------------------------------------------------------------------------: |
5353
| **J** | `1+2*i.10` | |
54-
| APL | `¯1+2×⍳10` | [TryAPL](https://tryapl.org/?clear&q=1%2B2%C3%97%E2%8D%B310&run) |
54+
| APL | `¯1+2×⍳10` | [TryAPL](https://tryapl.org/?clear&q=¯1%2B2×⍳10&run) |
5555
| R | `-1+2*seq(10)` | |
5656
| Python | `[1 + 2 * i for i in range(10)]` | [Godbolt](https://python.godbolt.org/z/dEqv3s) |
5757
| Haskell | `map (1+) $ map (2*) [0..9]` | [OneCompiler](https://onecompiler.com/haskell/3wmm2ykqy) |

0 commit comments

Comments
 (0)