12 lines
174 B
C#
Executable file
12 lines
174 B
C#
Executable file
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace UnitTests {
|
|
class Program {
|
|
static void Main(string[] args) {
|
|
}
|
|
}
|
|
}
|