Added maps iteration example. (0.39.6).
This commit is contained in:
parent
11d6fd358a
commit
db9665f62a
5 changed files with 88 additions and 1 deletions
11
examples/blocking/http_server_cgi.fun
Normal file → Executable file
11
examples/blocking/http_server_cgi.fun
Normal file → Executable 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)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue