-
Hello guys, |
Beta Was this translation helpful? Give feedback.
Answered by
EnvOut
Jun 22, 2024
Replies: 1 comment
-
Found soulution. Instead of: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EnvOut
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found soulution. Instead of:
println!("message");
we should use:
rinf::debug_print!("message");