mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +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() {
|
protected override void BeforeRun() {
|
||||||
Console.WriteLine("Test");
|
Console.WriteLine("Test");
|
||||||
//Debugger.Send("Hello from Cosmos!");
|
//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();
|
//Debugger.Break();
|
||||||
Console.WriteLine("Test");
|
Console.WriteLine("Test");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue