Sha256: 80619bfe263210de9f3d26f678f4a32a326e8530207d560e15334cb310412498
Contents?: true
Size: 193 Bytes
Versions: 9
Compression:
Stored size: 193 Bytes
Contents
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TestSolution { public class Class1 { public string Foo() { return "bar"; } } }
Version data entries
9 entries across 9 versions & 1 rubygems