Skip to content

Files

triangle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 21, 2022
Jan 23, 2022
Jan 22, 2022

compile:

C:\> cl hello.cpp ^
         /link ^
         user32.lib ^
         gdi32.lib ^
         gdiplus.lib ^
         /SUBSYSTEM:WINDOWS

Result:

+------------------------------------------+
|Hello, World!                    [_][~][X]|
+------------------------------------------+
|                                          |
|                   / \                    |
|                 /     \                  |
|               /         \                |
|             /             \              |
|           /                 \            |
|         /                     \          |
|       /                         \        |
|     /                             \      |
|    - - - - - - - - - - - - - - - - -     |
+------------------------------------------+