1 Matching Annotations
  1. Jun 2021
    1. In V however, you can compile and run the whole folder of .v files together, using just v run .. Passing parameters also works, so you can do: v run . --yourparam some_other_stuff