You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a script in a language of your choice that generates 500 images of QR codes that encode the string hackuta2023:XXX, where XXX is replaced by a three-digit hexadecimal number following the same format:
The most significant digit will range from A to D
The two least significant digits will range from 00 to 7D (125 in decimal)
No requirements for the dimensions (width x height) of the images. Just be reasonable lol.
The text was updated successfully, but these errors were encountered:
Feature
Write a script in a language of your choice that generates 500 images of QR codes that encode the string
hackuta2023:XXX
, whereXXX
is replaced by a three-digit hexadecimal number following the same format:A
toD
00
to7D
(125 in decimal)No requirements for the dimensions (width x height) of the images. Just be reasonable lol.
The text was updated successfully, but these errors were encountered: