#!/usr/bin/env ruby require_relative 'src/<%= bot_name %>' puts "hello world! ?" puts <%= class_name %>.respond_to "hello world!" puts "hello applesauce! ?" puts <%= class_name %>.respond_to "hello applesauce!" puts "replace this with meaningful example strings to test yr app!" puts <%= class_name %>.respond_to "replace this with meaningful example strings to test yr app!"