Skip to content

Commit 3836e5d

Browse files
committed
No need for Task
1 parent f5af8df commit 3836e5d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

SynchronizeResources/Program.cs

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
using System.Diagnostics;
2-
using System.Net;
3-
using System.Security;
4-
using System.Text.RegularExpressions;
1+
using System.Security;
52
using System.Xml.Linq;
63

74
namespace SynchronizeResources
85
{
96
class Program
107
{
11-
public static async Task Main(string[] args)
8+
public static void Main(string[] args)
129
{
1310
var remote = XDocument.Load("https://translations.telegram.org/en/unigram/export");
1411
if (remote.Root == null)

0 commit comments

Comments
 (0)