RosettaCodeData/Task/Hello-world-Graphical/COBOL/hello-world-graphical-3.cob

7 lines
249 B
COBOL
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
<Window x:Class="COBOL_WPF.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Hello world/Graphical">
<TextBox>Goodbye, World!</TextBox>
</Window>