summaryrefslogtreecommitdiff
path: root/lib/banner.ml
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-10 13:00:27 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-10 13:00:27 +0000
commitacdb21f94d642417bef845041122a168ff64c4a5 (patch)
tree84804dd9b1a7746dce41c056cdc538e381d3f60c /lib/banner.ml
parent6c275ab6cfcbcbdbf99dae089d390b8be0498fbf (diff)
downloadnixtaml-acdb21f94d642417bef845041122a168ff64c4a5.tar
nixtaml-acdb21f94d642417bef845041122a168ff64c4a5.tar.gz
nixtaml-acdb21f94d642417bef845041122a168ff64c4a5.tar.bz2
nixtaml-acdb21f94d642417bef845041122a168ff64c4a5.tar.lz
nixtaml-acdb21f94d642417bef845041122a168ff64c4a5.tar.xz
nixtaml-acdb21f94d642417bef845041122a168ff64c4a5.tar.zst
nixtaml-acdb21f94d642417bef845041122a168ff64c4a5.zip
add banners! โ›ง
Diffstat (limited to 'lib/banner.ml')
-rw-r--r--lib/banner.ml7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/banner.ml b/lib/banner.ml
new file mode 100644
index 0000000..6168b10
--- /dev/null
+++ b/lib/banner.ml
@@ -0,0 +1,7 @@
+(*โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
+โ”‚ SPDX-FileCopyrightText: 2025 toastal <https://toast.al/contact/> โ”‚
+โ”‚ SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception โ”‚
+โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€*)
+let pp ppf = Fmt.pf ppf {|โ”โ”“โ•ป+โ•ป โ•ฑโ”โ”ณโ”“โ”โ”“โ”โ”ณโ”“โ”โ”“โ•ป@.โ”ƒโ”ƒโ”ƒโ”ƒโ”—โ”โ”“โ•นโ”ƒโ•นโ”ฃโ”ซโ”ƒโ”ƒโ”ƒโ”ฃโ”ซโ”ƒ@.โ•นโ”—โ”›โ•นโ•ฑ โ•น โ•น โ•นโ•นโ•น โ•นโ•นโ•นโ”—โ”›|}
+
+let show = Fmt.str "%t" pp