Skip to content

Commit 9663209

Browse files
authored
Create helloWorld.cdc
1 parent 98ad1eb commit 9663209

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cadence/scripts/helloWorld.cdc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pub fun main(): Int {
2+
return 42
3+
}

0 commit comments

Comments
 (0)