ignore because empty and abandoned

This commit is contained in:
Baipyrus 2024-01-27 23:58:48 +01:00
parent ae4332c7d3
commit 9e3bf2a918

View File

@ -44,7 +44,7 @@ fn extract(symbols: Vec<Vec<String>>) -> Vec<Galaxy> {
galaxies
}
fn expand(galaxies: &mut Vec<Galaxy>) {}
fn expand(_galaxies: &mut Vec<Galaxy>) {}
struct Galaxy {
x: usize,