1
0
Fork 0
forked from fun/fun

Preparing releasing 0.42.1. No code changes. (0.42.1)

This commit is contained in:
Johannes Findeisen 2026-06-09 00:03:20 +02:00
commit f37b8538b2
4 changed files with 83 additions and 2 deletions

View file

@ -211,7 +211,7 @@ Some extensions also have a corresponding stdlib wrapper class (e.g., `JSON`, `I
<pre>$ git clone https://git.xw3.org/fun/fun.git
$ cd fun
$ cmake -B build -DCMAKE_BUILD_TYPE=Release
$ cmake --build build
$ cmake --build build --target fun
$ ./build/fun
fun> print("Hello, World!")
Hello, World!