Compare commits
4 Commits
23c1219d4a
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| bbc49a48f1 | |||
| 08f99b5747 | |||
| baea8eb54d | |||
| 0ec6c73538 |
+2
-1
@@ -4,8 +4,9 @@
|
|||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
Console.WriteLine("Hello, Alla!");
|
Console.WriteLine("Hello, nein!");
|
||||||
Console.WriteLine("Hello, NEIN NEIN NEIN!");
|
Console.WriteLine("Hello, NEIN NEIN NEIN!");
|
||||||
|
Console.WriteLine("ICH bin ein Gamedesigner");
|
||||||
}
|
}
|
||||||
//Test
|
//Test
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Chefs
|
||||||
|
{
|
||||||
|
internal class Test
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user