Skip to content

Commit 290e525

Browse files
committed
Fix
1 parent 6c180f0 commit 290e525

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/asic/asic.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ impl Asic {
66
pub fn run() {
77
println!("Running the ASIC miner...");
88
}
9-
}
9+
}
10+
11+
fn main() {
12+
Asic::run();
13+
}
14+

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ impl Miner {
4747
}}
4848

4949
pub mod asic {
50-
pub mod asic;
51-
5250
pub struct Asic;
5351

5452
impl Asic {

0 commit comments

Comments
 (0)