Ajoutez des fichiers projet.

This commit is contained in:
2019-06-12 12:14:05 +02:00
parent b6a53a9b70
commit fc2628b228
3 changed files with 45 additions and 0 deletions

12
DearFTP/Program.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
namespace DearFTP
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}