gnomerd 5 years ago
parent 573b923e85
commit 7f59583bb0
  1. 2
      2019/Day1/Program.cs

@ -3,8 +3,6 @@ using System.IO;
namespace Day1 {
class Program {
static void Main(string[] args) {
string input = File.ReadAllText(@"../input.txt"); // get the input

Loading…
Cancel
Save