1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

make necessary consts public

This commit is contained in:
Alexander Medvednikov
2019-10-24 12:36:57 +03:00
parent 1c564bc118
commit dce3275df4
6 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,6 @@
module compiler
const (
pub const (
help_text = 'Usage: v [options/commands] [file.v | directory]
When V is run without any arguments, it is run in REPL mode.