Compare commits
6 Commits
63d339d8e4
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| bbc49a48f1 | |||
| 08f99b5747 | |||
| baea8eb54d | |||
| 0ec6c73538 | |||
| 23c1219d4a | |||
| 18bbe02a8a |
+3
-1
@@ -4,7 +4,9 @@
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, Alla!");
|
||||
Console.WriteLine("Hello, nein!");
|
||||
Console.WriteLine("Hello, NEIN NEIN NEIN!");
|
||||
Console.WriteLine("ICH bin ein Gamedesigner");
|
||||
}
|
||||
//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