We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c7f5b commit 78b8ea4Copy full SHA for 78b8ea4
basics/hello-solana/steel/program/src/lib.rs
@@ -1,5 +1,5 @@
1
-use steel::*;
2
use solana_program::msg;
+use steel::*;
3
4
entrypoint!(process_instruction);
5
0 commit comments