diff options
Diffstat (limited to 'QuantumNet.Backend/Class1.cs')
| -rw-r--r-- | QuantumNet.Backend/Class1.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/QuantumNet.Backend/Class1.cs b/QuantumNet.Backend/Class1.cs new file mode 100644 index 0000000..24aa841 --- /dev/null +++ b/QuantumNet.Backend/Class1.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace QuantumNet.Backend +{ + public class Class1 + { + } +} |
