# frozen_string_literal: true require_relative 'intcode/cpu' module AoC # Structures for creating and interacting with Intcode computers. module Intcode end end