Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Anápolis=0;9999999;4999550(4718363502090/9437576)

## Rust

버전은 1.91.1입니다.
버전은 1.91.1입니다. (GCC-Rust 15.2.1)

1. rust 경로에 추가 프로젝트를 구성합니다. basic을 복사해도 되고, cargo new로 생성해도 됩니다.

Expand Down
1 change: 1 addition & 0 deletions rust/run_basic_with_gcc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cargo gccrs run --release --manifest-path ./rust/basic/Cargo.toml
Loading