Separate into different files
parent
91af5b4385
commit
c9491c2874
@ -0,0 +1 @@
|
||||
pub mod hosting;
|
@ -0,0 +1,3 @@
|
||||
pub fn add_to_waitlist() {
|
||||
println!("Added To Waitlist!");
|
||||
}
|
Loading…
Reference in New Issue