Skip to content

Commit

Permalink
add comments for sample
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Apr 14, 2020
1 parent 041c487 commit ee4ed4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sample/src/scripts/test_hello_world.mvir
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import 0xb987ba702b6d2433489d6af4e9c647df.HelloWorld;
// Note: This address should be assigned to the value of address in move.toml
// Make sure it starts with '0x';
import 0xcf1fe4b268ee11f5eb2cfbd7279cd789.HelloWorld;

main() {
let x: HelloWorld.T;
Expand Down

0 comments on commit ee4ed4e

Please sign in to comment.