v2 / vlib / v / slow_tests / repl / import_alias.repl
4 lines · 4 sloc · 71 bytes · a67bfebe9569859886c4c7675c87a0c7fe61cfae
Raw
1import encoding.hex as z
2z.decode('AB09CD')!.hex()
3===output===
4ab09cd
5