chore: add CI config

This commit is contained in:
2021-01-27 22:27:29 -06:00
parent bdd69942a4
commit a993ebd430
3 changed files with 14 additions and 23 deletions

View File

@@ -1,2 +1,2 @@
pub use mandelbrot::Mandelbrot;
pub use crate::mandelbrot::Mandelbrot;
mod mandelbrot;