2025-09-14 03:42:11 +02:00
|
|
|
#!/usr/bin/env fun
|
|
|
|
|
|
2025-09-16 02:11:22 +02:00
|
|
|
/*
|
|
|
|
|
* This file is part of the Fun programming language.
|
|
|
|
|
* https://hanez.org/project/fun/
|
|
|
|
|
*
|
|
|
|
|
* Copyright 2025 Johannes Findeisen <you@hanez.org>
|
|
|
|
|
* Licensed under the terms of the ISC license.
|
|
|
|
|
* https://opensource.org/license/isc-license-txt
|
|
|
|
|
*/
|
|
|
|
|
|
2025-09-14 03:42:11 +02:00
|
|
|
/*
|
2025-09-14 15:12:30 +02:00
|
|
|
* Have fun in Fun
|
2025-09-14 03:42:11 +02:00
|
|
|
*/
|
|
|
|
|
|
2025-09-14 15:20:23 +02:00
|
|
|
print("Have fun!")
|