We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad5e0b commit 8245948Copy full SHA for 8245948
README.md
@@ -51,7 +51,7 @@ Calculating the first 10 odd numbers:
51
| Language | Code | Runnable Link |
52
| :------: | :----------------------------------------------------------------: | :---------------------------------------------------------------------------------------: |
53
| **J** | `1+2*i.10` | |
54
-| APL | `¯1+2×⍳10` | [TryAPL](https://tryapl.org/?clear&q=1%2B2%C3%97%E2%8D%B310&run) |
+| APL | `¯1+2×⍳10` | [TryAPL](https://tryapl.org/?clear&q=¯1%2B2×⍳10&run) |
55
| R | `-1+2*seq(10)` | |
56
| Python | `[1 + 2 * i for i in range(10)]` | [Godbolt](https://python.godbolt.org/z/dEqv3s) |
57
| Haskell | `map (1+) $ map (2*) [0..9]` | [OneCompiler](https://onecompiler.com/haskell/3wmm2ykqy) |
0 commit comments