lib/renote.rb in renote-0.0.1 vs lib/renote.rb in renote-0.0.2

- old
+ new

@@ -1,5 +1,12 @@ require "renote/version" +require "renote/cli/application" module Renote - p "Renote." -end + module Cli + puts ' _ ' + puts ' ___ ___ ___ ___| |_ ___ ' + puts ' | _| -_| | . | _| -_| ' + puts ' |_| |___|_|_|___|_| |___| ' + puts ' ' + end +end \ No newline at end of file