Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a152b6f

Browse files
committed
initialize repo and solve a couple problems
1 parent 69fb9b8 commit a152b6f

File tree

242 files changed

+53
-20418
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

242 files changed

+53
-20418
lines changed

Cargo.lock

Lines changed: 49 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ serde_json = "1.0"
1111
serde_derive = "1.0"
1212
rand = "0.6.5"
1313
regex = "1.3.4"
14-
futures = { version = "0.3.3", features = ["thread-pool"] }
14+
futures = { version = "0.3.11", features = ["thread-pool"] }
1515
surf = "1.0.3"
1616

1717
[lib]

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
#[macro_use]
2-
pub mod util;
31

4-
pub mod solution;
5-
pub mod problem;

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ extern crate serde_derive;
44
extern crate serde_json;
55

66
mod fetcher;
7+
mod problem;
8+
mod solution;
79

810
use crate::fetcher::{CodeDefinition, Problem};
911
use regex::Regex;

0 commit comments

Comments
 (0)