Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Oct 1, 2024
1 parent 6c180f0 commit 290e525
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 6 additions & 1 deletion src/asic/asic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ impl Asic {
pub fn run() {
println!("Running the ASIC miner...");
}
}
}

fn main() {
Asic::run();
}

2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ impl Miner {
}}

pub mod asic {
pub mod asic;

pub struct Asic;

impl Asic {
Expand Down

0 comments on commit 290e525

Please sign in to comment.