Skip to content

Commit

Permalink
Credits в Lens Console.
Browse files Browse the repository at this point in the history
  • Loading branch information
impworks committed Jan 17, 2015
1 parent 5e682f6 commit ad5f0fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ConsoleHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ static void printHelp()
{
using (new OutputColor(ConsoleColor.DarkGray))
{
Console.WriteLine();
Console.WriteLine("====================================");
Console.WriteLine("= LENS Compiler v4.0 =");
Console.WriteLine("= https://github.com/impworks/lens =");
Console.WriteLine("====================================");
Console.WriteLine();
Console.WriteLine("To enter a script, just type it line by line.");
Console.WriteLine("Finish the line with # to execute the script.");
Expand Down

0 comments on commit ad5f0fe

Please sign in to comment.