Skip to content

Instantly share code, notes, and snippets.

@NaN1235123
NaN1235123 / test.rs
Last active February 29, 2024 16:05
fn main() {
fn something(array: &mut Vec<i32>) {
let mut length = array.len();
let mut swapped;
while length != 0 {
swapped = 0;