We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16d00e commit c8f3312Copy full SHA for c8f3312
tests/src/utils/debug.cairo
@@ -1,5 +1,6 @@
1
#[starknet::contract]
2
mod test_debug_print {
3
+ use hdp_cairo::HDP;
4
use hdp_cairo::debug::{print, print_array};
5
use core::fmt::{Display, Formatter, Error};
6
0 commit comments