Cosmos/source/HelloWorldAssembler/Program.cs
2007-08-30 14:51:29 +00:00

11 lines
213 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace HelloWorldAssembler {
class Program {
static void Main(string[] args) {
}
}
}