Add Tests for incrementality
This commit is contained in:
parent
68d46fefad
commit
3a8ef0f5e9
33 changed files with 712 additions and 82 deletions
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace ConsoleApplication
|
||||
{
|
||||
public class L12
|
||||
{
|
||||
public static string Value()
|
||||
{
|
||||
return "L12 " + L22.Value();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue