2e2b578fcc
Add deterministic build tests sample
13 lines
153 B
C#
13 lines
153 B
C#
using System;
|
|
|
|
namespace ClassLibrary1
|
|
{
|
|
public class Class1
|
|
{
|
|
public int Method()
|
|
{
|
|
return 42;
|
|
}
|
|
}
|
|
}
|