Sha256: 598353c83756b7ca0a8e9f604d5b9b1e39d5b2d45a3cb83b7b27d24842040472

Contents?: true

Size: 299 Bytes

Versions: 2

Compression:

Stored size: 299 Bytes

Contents

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace TestSolution
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("hello world");
        }
    }
}

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
alpacabuildtool-1.0.0 test_data/sln1/TestSolution/Program.cs
alpacabuildtool-1.0.0 test_data/sln3/TestSolution/Program.cs