diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:00:27 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:00:27 +0000 |
| commit | acdb21f94d642417bef845041122a168ff64c4a5 (patch) | |
| tree | 84804dd9b1a7746dce41c056cdc538e381d3f60c /lib/lock_loader.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/lock_loader.ml')
| -rw-r--r-- | lib/lock_loader.ml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/lock_loader.ml b/lib/lock_loader.ml index 98e86e3..6dcb233 100644 --- a/lib/lock_loader.ml +++ b/lib/lock_loader.ml @@ -82,8 +82,9 @@ let pp_banner (ppf : Format.formatter) = pf ppf "PERFORMANCE@ OF@ THIS@ SOFTWARE.@]@."; pf ppf "@."; pf ppf "%a@." Fmt.string hr; - pf ppf "@[<hov>This file was generated by Nixtamal.@;"; - pf ppf "Do not edit as it will be overwritten.@]@."; + pf ppf "โโโป+โป โฑโโณโโโโโณโโโโป@."; + pf ppf "โโโโโโโโนโโนโฃโซโโโโฃโซโ This file was generated by Nixtamal.@."; + pf ppf "โนโโโนโฑ โน โน โนโนโน โนโนโนโโ Do not edit as it will be overwritten.@."; pf ppf "%a@." Fmt.string hr; pf ppf "*/@." |
