# frozen_string_literal: true module CommandTag::Commands::HelloWorld def handle_hello_world_at_start(_) @text << "\nHello, world!" end end