1
0
Fork 0
forked from fun/fun

Added some more server socket fun and examples. (0.27.0)

This commit is contained in:
Johannes Findeisen 2025-10-13 02:18:32 +02:00
commit 92d669a409
8 changed files with 125 additions and 4 deletions

13
examples/debug_reporting.fun Normal file → Executable file
View file

@ -1,4 +1,15 @@
//!/usr/bin/env fun
#!/usr/bin/env fun
/*
* This file is part of the Fun programming language.
* https://fun-lang.xyz/
*
* Copyright 2025 Johannes Findeisen
* Licensed under the terms of the Apache-2.0 license.
* https://opensource.org/license/apache-2-0
*
* Added: 2025-10-06
*/
/*
* Debugging and error reporting demo for Fun.