From 7599ab2363609e4c341915e1e69726ee8152ac7e Mon Sep 17 00:00:00 2001 From: Chris Hallberg Date: Wed, 3 Nov 2021 20:45:07 -0400 Subject: [PATCH] compile: to run: --- langs/v.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langs/v.yaml b/langs/v.yaml index ab17948..4bcf4f1 100644 --- a/langs/v.yaml +++ b/langs/v.yaml @@ -17,7 +17,7 @@ template: | println('Hello, world!') } -compile: | +run: | v run main.v format: