feat: kata to convert rgb to hex

This commit is contained in:
Sandro Zimmermann 2026-04-03 15:23:27 +02:00
parent 2966a01e71
commit e09a44dcd1

View File

@ -0,0 +1,2 @@
def rgb(r, g, b):
pass