# hello-rust **Repository Path**: zing-dev/hello-rust ## Basic Information - **Project Name**: hello-rust - **Description**: hello-rust - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-04-19 - **Last Updated**: 2025-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: Rust ## README # hello-rust > learn rust ```rust fn main(){ println!("Hello World!"); } ```