Übungsblatt 2: Hier mal ein Ansatz
This commit is contained in:
BIN
Connector/Connector.v11.suo
Normal file
BIN
Connector/Connector.v11.suo
Normal file
Binary file not shown.
16
Connector/Connector/Program.cs
Normal file
16
Connector/Connector/Program.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Connector
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user