mirror of
https://gitlab.com/mfocko/Codeforces.git
synced 2024-11-09 13:49:06 +01:00
chore(rs): format
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
b8e79c09f6
commit
ee4703623b
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
#![allow(unused_imports)]
|
||||
|
||||
// region ‹use›
|
||||
use self::input::*;
|
||||
use self::math::*;
|
||||
use self::output::*;
|
||||
use self::input::*;
|
||||
use std::cmp::{min, max};
|
||||
use std::cmp::{max, min};
|
||||
use std::collections::HashMap;
|
||||
// endregion ‹use›
|
||||
|
||||
|
|
Loading…
Reference in a new issue