mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +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();
|
new Cosmos.Sys.Boot().Execute();
|
||||||
|
|
||||||
//Your custom implementation
|
//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
|
//Shutdown
|
||||||
Cosmos.Sys.Deboot.ShutDown();
|
Cosmos.Sys.Deboot.ShutDown();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue