diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:00:27 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:00:27 +0000 |
| commit | acdb21f94d642417bef845041122a168ff64c4a5 (patch) | |
| tree | 84804dd9b1a7746dce41c056cdc538e381d3f60c /lib/banner.ml | |
| parent | 6c275ab6cfcbcbdbf99dae089d390b8be0498fbf (diff) | |
| download | nixtaml-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.ml | 7 |
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 |
