mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 22:09:12 +00:00
Shortened text to avoid wrapping
This commit is contained in:
parent
7f7a849cf2
commit
97a0d6b345
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue