Skip to content

Commit 920f5f3

Browse files
committed
New example
1 parent d8575f6 commit 920f5f3

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

examples/arrays-sort/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[package]
2+
name = "arrays-sort"
3+
version = "0.1.0"
4+
edition = "2024"
5+
authors = ["Gregory Filatov"]
6+
7+
[dependencies]

examples/arrays-sort/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("sort massives!");
3+
}

0 commit comments

Comments
 (0)