added solution

This commit is contained in:
2026-08-08 17:43:18 +05:00
parent 7968b03ed6
commit 3ab110aa91
7 changed files with 92 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<Application x:Class="CursorLang.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:CursorLang"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>