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
+11
View File
@@ -0,0 +1,11 @@
<Window x:Class="CursorLang.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Grid>
</Grid>
</Window>