Test Commit mit ParserTestKlasse

This commit is contained in:
Daniel Herrmann
2014-04-10 12:30:16 +02:00
parent 4833752a4b
commit 18f254e84d
6 changed files with 94 additions and 18 deletions

11
DummyBackend.cs Normal file
View File

@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace inf3
{
class DummyBackend
{
}
}