We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606ca7a commit 480428fCopy full SHA for 480428f
internal/super/generator/templates/script_counter.cdc.tmpl
@@ -1,6 +1,6 @@
1
import "{{ .ContractName }}"
2
3
access(all)
4
-fun main(): String {
5
- return {{ .ContractName }}.greeting
6
-}
+fun main(): Int {
+ return {{ .ContractName }}.getCount()
+}
0 commit comments