Skip to content
Snippets Groups Projects
Commit 69864fa1 authored by Seilenthal's avatar Seilenthal
Browse files

Added User Input V.1.1

parent eceddd54
No related branches found
No related tags found
No related merge requests found
using Mastermind;
using System;
using System.Net.Http.Headers;
namespace Controller
{
......@@ -60,6 +59,7 @@ namespace Controller
// User input Code
int[] userInput = ReadInput();
// Debugging (Gets removed later)
foreach (int i in userInput)
{
Console.WriteLine(i);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment