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 53fc6ba commit 84f3234Copy full SHA for 84f3234
archive/w/wu/hello-world.wu
@@ -1,3 +1 @@
1
-print: extern def<T>(..T)
2
-
3
-print("Hello World")
+print("Hello, World!\n")
archive/w/wu/testinfo.yml
@@ -0,0 +1,9 @@
+folder:
+ extension: ".wu"
+ naming: "hyphen"
4
+
5
+container:
6
+ image: "rzuckerm/wu"
7
+ tag: "0.1.0-1"
8
+ build: "wu {{ source.name }}{{ source.extension }}"
9
+ cmd: "lua {{ source.name }}.lua"
archive/w/wyvern/testinfo.yml
@@ -0,0 +1,8 @@
+ extension: ".wyv"
+ image: "rzuckerm/wyvern"
+ tag: "20180325-1"
+ cmd: "wyvern {{ source.name }}{{ source.extension }}"
0 commit comments