No description
Find a file
2025-09-09 22:55:17 -04:00
.vscode Initial commit. 2025-09-09 22:55:17 -04:00
src Initial commit. 2025-09-09 22:55:17 -04:00
.gitattributes Initial commit. 2025-09-09 22:55:17 -04:00
.gitignore Initial commit. 2025-09-09 22:55:17 -04:00
Cargo.lock Initial commit. 2025-09-09 22:55:17 -04:00
Cargo.toml Initial commit. 2025-09-09 22:55:17 -04:00
README.md Initial commit. 2025-09-09 22:55:17 -04:00

Hello, World!

An open-source Rust project template for modern development using Git, and VSCodium as an IDE.

Building (command-line interface)

The default build system for Rust is cargo. Compile (or re-compile) with the following command:

cargo build