This website works better with JavaScript.
Home
Explore
Help
Sign In
noelle
/
rust-dnd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Change println to dbg_print
main
Noëlle
3 years ago
parent
8702b15149
commit
fb328e4da4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/main.rs
+ 1
- 1
src/main.rs
View File
@@ -122,5 +122,5 @@ fn main() {
chr.pick_class();
chr.gen_stats();
println!("{:?}", chr);
println!("{:?}", chr.class as u3
2);
dbg_print(&(chr.class as u32),
2);
}
Write
Preview
Loading…
Cancel
Save