restructure fs
This commit is contained in:
7
lang/Nub.Lang/Backend/Custom/LabelFactory.cs
Normal file
7
lang/Nub.Lang/Backend/Custom/LabelFactory.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Nub.Lang.Backend.Custom;
|
||||
|
||||
public class LabelFactory
|
||||
{
|
||||
private int _index;
|
||||
public string Create() => $"label{++_index}";
|
||||
}
|
||||
Reference in New Issue
Block a user