Skip to content

Commit fb45dfc

Browse files
authored
Create sayHello.cdc
1 parent 9663209 commit fb45dfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cadence/scripts/sayHello.cdc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import "Person"
2+
3+
pub fun main(): String {
4+
return Person.sayHello()
5+
}
6+

0 commit comments

Comments
 (0)