Hegwin.Me

The bitterest tears shed over graves are for words left unsaid and deeds left undone.

Hello World in Rust

第一个Rust程序

When learning a new programming language, there is a tradition of writing a simple program that outputs "Hello, World!" on the screen at first. Installation steps can be easily found on the official rust-lang website. Rust is a language that uses the `rustup` tool to manage versions and toolchains. In the official "Getting Started", we can see that the installation...