This commit is contained in:
2026-08-07 15:58:44 +01:00
commit f5eab85632
17 changed files with 870 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
using System.Windows;
namespace InterpreterGui
{
public partial class App : Application
{
}
}