sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit 0a57c9e5cfd9c59d2b6156c1afd050f55c3c21d9
parent 55c0e82f420c54eb3766bc9830daf966ba6e68f7
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Wed,  3 Dec 2025 21:08:57 +0100

Fix typo

Diffstat:
Msrc/talks/wasm/index.html.raw | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/talks/wasm/index.html.raw b/src/talks/wasm/index.html.raw @@ -286,7 +286,7 @@ emcc -sEXPORTED_FUNCTIONS=_sum \ <div class="columns"> <ul> <li>Write a web app that takes a single integer n as input -and prints <strong>the number of prime numberss less than n</strong> when +and prints <strong>the number of prime numbers less than n</strong> when the user presses a button.</li> <li>Solution: <a href=./examples/3-primes>examples/3-primes</a></li> </ul>