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 cfc1fc7 commit 1651121Copy full SHA for 1651121
examples/build_examples.vsh
@@ -4,6 +4,8 @@ fn println_one_of_many(msg string, entry_idx int, entries_len int) {
4
eprintln('${entry_idx + 1:2}/${entries_len:-2} ${msg}')
5
}
6
7
+print('v version: ${execute("v version").output}')
8
+
9
examples_dir := join_path(@VMODROOT, 'examples')
10
mut all_entries := walk_ext(examples_dir, '.v')
11
all_entries.sort()
0 commit comments