About the function in rust #4
-
|
i have a question about the print function in rust. so what is the !println function in rust? |
Beta Was this translation helpful? Give feedback.
Answered by
bluesky816
Dec 4, 2025
Replies: 1 comment 1 reply
-
|
that is the default print function in rust. so if you want to print any character or string or number, you can use that function. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JaimsTomas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that is the default print function in rust. so if you want to print any character or string or number, you can use that function.