generated from DevPlus1/Unity-Customer-Template
Initial commit
This commit is contained in:
commit
ed87277ef8
64 changed files with 4639 additions and 0 deletions
7
tests/validation-samples/csharp/valid.cs
Normal file
7
tests/validation-samples/csharp/valid.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
public class ValidationSampleValid
|
||||
{
|
||||
public int Answer()
|
||||
{
|
||||
return 42;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue