Skip to content

Commit

Permalink
feat(rust): Rustの開発環境設定などを行った
Browse files Browse the repository at this point in the history
  • Loading branch information
budougumi0617 committed Jan 3, 2025
1 parent 351583f commit 81623f4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rust/rust_book_for_be/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions rust/rust_book_for_be/hello_world/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# hello_world

## Study

- `cargo run`
- `clippy`
- Cursor の場合は自動で設定される
2 changes: 2 additions & 0 deletions rust/rust_book_for_be/hello_world/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
fn main() {
println!("Hello, world!");
println!();
println!("Hello, Cargo!");
}

0 comments on commit 81623f4

Please sign in to comment.