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 9663209 commit fb45dfcCopy full SHA for fb45dfc
cadence/scripts/sayHello.cdc
@@ -0,0 +1,6 @@
1
+import "Person"
2
+
3
+pub fun main(): String {
4
+ return Person.sayHello()
5
+}
6
0 commit comments