diff options
author | Dennis Eriksen <d@ennis.no> | 2023-09-13 22:08:50 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-09-13 22:08:50 +0200 |
commit | 74168548c0c96e155e7615f2cb1ae71770ef4713 (patch) | |
tree | 2cd99c8a96577906210a35167ee862cbcbf782c9 /makepass.pl | |
parent | Redid the sh-version. (diff) | |
download | makepass-74168548c0c96e155e7615f2cb1ae71770ef4713.tar.gz |
Adding rust-version
This needs a lot of cleanup and commenting, but it works.
It's FAST. Even faster than the go-version.
Diffstat (limited to 'makepass.pl')
-rwxr-xr-x | makepass.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makepass.pl b/makepass.pl index 36bfcf1..bfe43f8 100755 --- a/makepass.pl +++ b/makepass.pl @@ -5,7 +5,7 @@ # Created : 2023-07-27 # License : BSD-3-Clause # -# Copyright (c) 2018-2022 Dennis Eriksen • d@ennis.no +# Copyright (c) 2018-2023 Dennis Eriksen • d@ennis.no use strict; use warnings; |