Rustで"HelloWorld"を出力したい
発生している問題・エラーメッセージ
error: the generated executable for the input file "HelloWorld.rs" conflicts with the existing directory "HelloWorld" error: aborting due to previous error
該当のソースコード
Rust
1fn main(){ 2 println!("HelloWorld"); 3}
試したこと
Googleで該当のエラーを調べたが、わからなかった。
回答1件
あなたの回答
tips
プレビュー