Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A.8. Whitespace character tab \t #99

Open
jarwonozt opened this issue Nov 24, 2024 · 0 comments
Open

A.8. Whitespace character tab \t #99

jarwonozt opened this issue Nov 24, 2024 · 0 comments

Comments

@jarwonozt
Copy link
Contributor

jarwonozt commented Nov 24, 2024

in the code example

let (bool_left, bool_right) = (false, true);
println!("AND result \t: {}", bool_left && bool_right);
println!("OR result \t: {}", bool_left || bool_right);

correct result code :
AND result : false
OR result : true

Please change the code or screenshot photo, because the results are different, this could create misunderstandings for beginners

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant