aboutsummaryrefslogtreecommitdiff
path: root/src/talks/wasm/index.html.raw
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-12-03 21:08:57 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-12-03 21:08:57 +0100
commit0a57c9e5cfd9c59d2b6156c1afd050f55c3c21d9 (patch)
tree8a98b5c6e83527de9cf6ad63624fbea858bee8bf /src/talks/wasm/index.html.raw
parent55c0e82f420c54eb3766bc9830daf966ba6e68f7 (diff)
downloadsebastiano.tronto.net-0a57c9e5cfd9c59d2b6156c1afd050f55c3c21d9.tar.gz
sebastiano.tronto.net-0a57c9e5cfd9c59d2b6156c1afd050f55c3c21d9.zip
Fix typo
Diffstat (limited to 'src/talks/wasm/index.html.raw')
-rw-r--r--src/talks/wasm/index.html.raw2
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
289and prints <strong>the number of prime numberss less than n</strong> when 289and prints <strong>the number of prime numbers less than n</strong> when
290the user presses a button.</li> 290the 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>

Generated with cgit - Back to sebastiano.tronto.net