cargo run not giving output #10134
Answered
by
SIGSTACKFAULT
kas12345hi
asked this question in
Q&A
-
I am trying bevy and rust for the first time. I have installed bevy, I have added the println!("Hello world!"); to my main.rs file but when I type cargo run it is not showing the output. it is only showing two lines starting with Finished dev and Running |
Beta Was this translation helpful? Give feedback.
Answered by
SIGSTACKFAULT
Oct 16, 2023
Replies: 1 comment 3 replies
-
Can you post your |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
did you remember to save?