Add input caching for glob change detection

This commit is contained in:
Mihai Codoban 2016-04-18 15:51:35 -07:00
parent ef0ca39da1
commit a3b7c85451
13 changed files with 541 additions and 167 deletions

View file

@ -0,0 +1,12 @@
using System;
namespace ConsoleApplication
{
public class Program2
{
public static void Foo(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}