main
# frozen_string_literal: true Vagrant.configure('2') do |config| config.vm.box = 'hbsmith/win11-arm' end