Add old crypto post

This commit is contained in:
Nathan McCarty 2025-02-06 20:44:27 -05:00
parent b067f79e1c
commit f8c575caac
7 changed files with 249 additions and 18 deletions

3
blog
View file

@ -63,7 +63,8 @@ multi MAIN(
#| The path of the database file
IO::Path(Str) :$db-dir = $default-db-dir,
) {
read-db $db-dir;
my $db = read-db $db-dir;
$db.write: $db-dir;
say "Database OK";
}