Created
June 28, 2019 11:00
-
-
Save aep/f33d7c829221926328f61f72a28a6e47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./compiler/v | |
>>> println() | |
Looks like you are running V for the first time. | |
V repo not found. Cloning... | |
Re-launch V from v/compiler | |
$ ./compiler/v/compiler/v | |
>>> println() | |
Looks like you are running V for the first time. | |
V repo not found. Cloning... | |
Re-launch V from v/compiler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment