Adds more Salazzle tests. Not sure if they are final.

This commit is contained in:
Kamron Batman
2017-08-11 00:01:29 -07:00
parent dc6e6e2a35
commit ce1a29369f
15 changed files with 126 additions and 0 deletions

12
Indexer/Program.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
namespace Indexer
{
internal class Program
{
public static void Main(string[] args)
{
}
}
}