diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-03 21:08:57 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-03 21:08:57 +0100 |
| commit | 0a57c9e5cfd9c59d2b6156c1afd050f55c3c21d9 (patch) | |
| tree | 8a98b5c6e83527de9cf6ad63624fbea858bee8bf /src/talks/wasm | |
| parent | 55c0e82f420c54eb3766bc9830daf966ba6e68f7 (diff) | |
| download | sebastiano.tronto.net-0a57c9e5cfd9c59d2b6156c1afd050f55c3c21d9.tar.gz sebastiano.tronto.net-0a57c9e5cfd9c59d2b6156c1afd050f55c3c21d9.zip | |
Fix typo
Diffstat (limited to 'src/talks/wasm')
| -rw-r--r-- | src/talks/wasm/index.html.raw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/talks/wasm/index.html.raw b/src/talks/wasm/index.html.raw index 66f8a6d..d4e4a4e 100644 --- a/src/talks/wasm/index.html.raw +++ b/src/talks/wasm/index.html.raw | |||
| @@ -286,7 +286,7 @@ emcc -sEXPORTED_FUNCTIONS=_sum \ | |||
| 286 | <div class="columns"> | 286 | <div class="columns"> |
| 287 | <ul> | 287 | <ul> |
| 288 | <li>Write a web app that takes a single integer n as input | 288 | <li>Write a web app that takes a single integer n as input |
| 289 | and prints <strong>the number of prime numberss less than n</strong> when | 289 | and prints <strong>the number of prime numbers less than n</strong> when |
| 290 | the user presses a button.</li> | 290 | the user presses a button.</li> |
| 291 | <li>Solution: <a href=./examples/3-primes>examples/3-primes</a></li> | 291 | <li>Solution: <a href=./examples/3-primes>examples/3-primes</a></li> |
| 292 | </ul> | 292 | </ul> |
