We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c180f0 commit 290e525Copy full SHA for 290e525
src/asic/asic.rs
@@ -6,4 +6,9 @@ impl Asic {
6
pub fn run() {
7
println!("Running the ASIC miner...");
8
}
9
-}
+}
10
+
11
+fn main() {
12
+ Asic::run();
13
14
src/lib.rs
@@ -47,8 +47,6 @@ impl Miner {
47
}}
48
49
pub mod asic {
50
- pub mod asic;
51
-
52
pub struct Asic;
53
54
impl Asic {
0 commit comments