This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Befunge.Net/Befunge/Editor/App.xaml.cs
2016-10-13 19:52:31 -04:00

12 lines
186 B
C#

using System.Windows;
namespace Befunge.Editor
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}