mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 22:09:12 +00:00
This commit is contained in:
parent
89b92ac9fd
commit
234345bf3e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ namespace BreakpointsKernel {
|
|||
protected override void BeforeRun() {
|
||||
Console.WriteLine("Test");
|
||||
//Debugger.Send("Hello from Cosmos!");
|
||||
Console.WriteLine("3 Cosmos booted successfully. Type a line of text to get it echoed back.");
|
||||
Console.WriteLine("4 Cosmos booted successfully. Type a line of text to get it echoed back.");
|
||||
//Debugger.Break();
|
||||
Console.WriteLine("Test");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue