add Programmyday form github
This commit is contained in:
16
warehouse/Program.cs
Normal file
16
warehouse/Program.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace warehouse
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
||||
|
||||
Warehouse bestand = new Warehouse("test", 20, 80, 100034);
|
||||
bestand.PrintInfo();
|
||||
bestand.Verkauf();
|
||||
bestand.Einkauf();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user