mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-04 14:38:38 +00:00
8 lines
78 B
Nim
8 lines
78 B
Nim
discard """
|
|
output: "16777215A"
|
|
"""
|
|
|
|
import colors
|
|
|
|
echo int32(colWhite), 'A'
|