Skip to content

Commit 2caf246

Browse files
authored
Modify Hello World in Grain (#4176)
Use official Grain docker image
1 parent bb7836e commit 2caf246

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

archive/g/grain/hello-world.gr

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
print('Hello, World!')
1+
module Main
2+
3+
print("Hello, World!")

archive/g/grain/testinfo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ folder:
33
naming: "hyphen"
44

55
container:
6-
image: "nickbreaton/grain"
7-
tag: "latest"
6+
image: "ghcr.io/grain-lang/grain"
7+
tag: "0.6.6-slim"
88
cmd: "grain {{ source.name }}{{ source.extension }}"

0 commit comments

Comments
 (0)