1
0
Fork 0
forked from fun/fun
fun/examples/have_fun.fun

16 lines
309 B
Standard ML
Raw Normal View History

2025-09-14 03:42:11 +02:00
#!/usr/bin/env fun
/*
* This file is part of the Fun programming language.
* https://fun-lang.xyz/
*
* Copyright 2025 Johannes Findeisen <you@hanez.org>
* Licensed under the terms of the Apache-2.0 license.
* https://opensource.org/license/apache-2-0
*/
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
*/
print("Have fun!")