We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5af8df commit 3836e5dCopy full SHA for 3836e5d
SynchronizeResources/Program.cs
@@ -1,14 +1,11 @@
1
-using System.Diagnostics;
2
-using System.Net;
3
-using System.Security;
4
-using System.Text.RegularExpressions;
+using System.Security;
5
using System.Xml.Linq;
6
7
namespace SynchronizeResources
8
{
9
class Program
10
11
- public static async Task Main(string[] args)
+ public static void Main(string[] args)
12
13
var remote = XDocument.Load("https://translations.telegram.org/en/unigram/export");
14
if (remote.Root == null)
0 commit comments