Shortened text to avoid wrapping

This commit is contained in:
Scalpel_cp 2008-12-30 01:29:36 +00:00
parent 7f7a849cf2
commit 97a0d6b345

View file

@ -18,7 +18,7 @@ namespace $safeprojectname$ {
new Cosmos.Sys.Boot().Execute();
//Your custom implementation
Console.WriteLine("Welcome to COSMOS! You just booted C# code. Please edit Program.cs to fit your needs");
Console.WriteLine("Welcome to COSMOS! You just booted C# code.");
//Shutdown
Cosmos.Sys.Deboot.ShutDown();