Skip to content

Commit 6dcf9c8

Browse files
author
Andrey Fil
authored
Update vibecrypt.adb
1 parent 8968848 commit 6dcf9c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vibecrypt.adb

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ begin
6363
end loop;
6464
end if;
6565
for i in 1..16 loop
66-
ada.text_io.put_line(" " & password(i));
6766
if password(i) not in ' '..'~' then
6867
Ada.text_io.put_line("The key contains an invalid character");
6968
system.os_lib.os_exit(0);

0 commit comments

Comments
 (0)