RosettaCodeData/Task/Window-creation-X11/00-TASK.txt

7 lines
288 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Task:
Create a simple '''X11''' application,   using an '''X11''' protocol library such as Xlib or XCB,   that draws a box and   "Hello World"   in a window.
Implementations of this task should   ''avoid using a toolkit''   as much as possible.
<br><br>