Vagrantfile 74 B

1234
  1. Vagrant.configure("2") do |config|
  2. config.vm.box = "ev1l0rd/cpp3ds"
  3. end