start amps enums

This commit is contained in:
2025-04-09 20:35:45 -04:00
parent 5a3798732c
commit 8a6e51c877
2 changed files with 29 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ use ferris_says::say;
use std::io::{stdout, BufWriter};
mod sdr;
mod amps;
fn main() -> Result<(), Box<dyn std::error::Error>> {
let stdout = stdout();
let message = String::from("Welcome to the Cellular Revolution!");