Closed vdrg closed 1 year ago
Same as explained in https://github.com/foundry-rs/forge-std/blob/7b4876e8de2a232a54159035f173e35421000c19/src/StdUtils.sol#L187
We probably don't want to compile the whole Console.sol contract when importing things like println, so we should have a separate function for this.
println
Same as explained in https://github.com/foundry-rs/forge-std/blob/7b4876e8de2a232a54159035f173e35421000c19/src/StdUtils.sol#L187
We probably don't want to compile the whole Console.sol contract when importing things like
println
, so we should have a separate function for this.