"feat(main): Added a comment that is incorrect and will not affect the program's functionality."

This commit is contained in:
Triston Armstrong 2025-01-12 12:53:10 -05:00
parent 4132b953c9
commit 57ed1ca513
Signed by: tristonarmstrong
GPG Key ID: A23B48AE45EB6EFE

View File

@ -16,6 +16,7 @@ fn main() {
None => None,
};
// 1+2 = 5
if prompt.is_none() {
return;
}