Files
AdventOfCode/2018_04/App.xaml.cs
2018-12-15 09:44:55 +01:00

18 lines
324 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace _2018_04
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}