Card Struct
Added first version of Card struct. Also added an ability for it to be printed out through rust standard functions. Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
use std::error::Error;
|
||||
|
||||
mod card;
|
||||
mod hand;
|
||||
mod deck;
|
||||
mod gamestate;
|
||||
mod hand;
|
||||
|
||||
pub fn run() -> Result<(), Box<dyn Error>> {
|
||||
println!("Hello, world!");
|
||||
|
||||
Reference in New Issue
Block a user