We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8968848 commit 6dcf9c8Copy full SHA for 6dcf9c8
vibecrypt.adb
@@ -63,7 +63,6 @@ begin
63
end loop;
64
end if;
65
for i in 1..16 loop
66
- ada.text_io.put_line(" " & password(i));
67
if password(i) not in ' '..'~' then
68
Ada.text_io.put_line("The key contains an invalid character");
69
system.os_lib.os_exit(0);
0 commit comments