Skip to content

Instantly share code, notes, and snippets.

View PretorianCC's full-sized avatar

Ржавый код PretorianCC

View GitHub Profile
@PretorianCC
PretorianCC / 01.rs
Last active February 6, 2023 04:34
(Ржавый код) Инструменты
// src/main.rs (Точка входа приложения по умолчанию)
fn main() {
println!("Ржавый код!");
}