mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
14 lines
248 B
C#
14 lines
248 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using Sys = Cosmos.System;
|
|
|
|
namespace EdNuttingsTest
|
|
{
|
|
public class Kernel : Sys.Kernel
|
|
{
|
|
protected override void Run()
|
|
{
|
|
}
|
|
}
|
|
}
|