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 bb7836e commit 2caf246Copy full SHA for 2caf246
archive/g/grain/hello-world.gr
@@ -1 +1,3 @@
1
-print('Hello, World!')
+module Main
2
+
3
+print("Hello, World!")
archive/g/grain/testinfo.yml
@@ -3,6 +3,6 @@ folder:
naming: "hyphen"
4
5
container:
6
- image: "nickbreaton/grain"
7
- tag: "latest"
+ image: "ghcr.io/grain-lang/grain"
+ tag: "0.6.6-slim"
8
cmd: "grain {{ source.name }}{{ source.extension }}"
0 commit comments