diff options
| author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-04 07:20:37 +0000 | 
|---|---|---|
| committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-04 07:20:37 +0000 | 
| commit | b5c7288ab54bdfcd45cd934869cfc68a1de9b0bd (patch) | |
| tree | 6dc67ca6179a1da0c7a6a9aa7969aaf68c5af4d6 /Aggregator/Main/Program.cs | |
| parent | 191eb317ab418e484c6e106a28092285a34ddd40 (diff) | |
| download | newsaggregator-b5c7288ab54bdfcd45cd934869cfc68a1de9b0bd.tar.gz newsaggregator-b5c7288ab54bdfcd45cd934869cfc68a1de9b0bd.tar.bz2 newsaggregator-b5c7288ab54bdfcd45cd934869cfc68a1de9b0bd.zip | |
Made new Console project to temporarily test and use services
Diffstat (limited to 'Aggregator/Main/Program.cs')
| -rw-r--r-- | Aggregator/Main/Program.cs | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/Aggregator/Main/Program.cs b/Aggregator/Main/Program.cs new file mode 100644 index 0000000..a9c5ed6 --- /dev/null +++ b/Aggregator/Main/Program.cs @@ -0,0 +1,12 @@ +using System;
 +
 +namespace Main
 +{
 +    class Program
 +    {
 +        static void Main(string[] args)
 +        {
 +            Console.WriteLine("Hello World!");
 +        }
 +    }
 +}
 | 
