diff options
-rw-r--r-- | Aggregator/Parser/Parser.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Aggregator/Parser/Parser.cs b/Aggregator/Parser/Parser.cs new file mode 100644 index 0000000..f1a28b9 --- /dev/null +++ b/Aggregator/Parser/Parser.cs @@ -0,0 +1,7 @@ +using System; + +namespace Aggregator.Parser { + public static class Parser { + + } +}
\ No newline at end of file |