Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 182 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 182 Bytes

image-combiner

Image combiner made by following the freecodecamp rust in replit tutorial

Usage

cargo run <image_1> <image_2> <output_path>

Build

cargo build