1
0
Fork 0
forked from fun/fun

Added maps iteration example. (0.39.6).

This commit is contained in:
Johannes Findeisen 2026-03-25 21:24:35 +01:00
commit db9665f62a
5 changed files with 88 additions and 1 deletions

11
examples/blocking/http_server_cgi.fun Normal file → Executable file
View file

@ -1,5 +1,16 @@
#!/usr/bin/env fun
/*
* This file is part of the Fun programming language.
* https://fun-lang.xyz/
*
* Copyright 2026 Johannes Findeisen <you@hanez.org>
* Licensed under the terms of the Apache-2.0 license.
* https://opensource.org/license/apache-2-0
*
* Added: 2026-03-25
*/
/*
* Minimal CGI-capable HTTP server (blocking)
*/