Compare commits
3 Commits
0ec6c73538
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| bbc49a48f1 | |||
| 08f99b5747 | |||
| baea8eb54d |
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
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");
|
Console.WriteLine("ICH bin ein Gamedesigner");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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