add imgs/polygons/2.png

main
serr 2025-06-25 21:13:19 +03:00
parent 29e3990ffd
commit bf5a9679a8
2 changed files with 1 additions and 0 deletions

BIN
imgs/polygons/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -24,6 +24,7 @@ fn polygon(corners_number: u32, steps_count: u32, output_path: &'static str) {
}
fn main() {
polygon(2, 11, "imgs/polygons/2.png");
polygon(3, 11, "imgs/polygons/3.png");
polygon(4, 9, "imgs/polygons/4.png");
polygon(5, 7, "imgs/polygons/5.png");