lk/data/base_16.md
2025-02-12 22:50:27 +01:00

9 lines
75 B
Markdown

---
title: "Base 16"
tags: [ "data" ]
---
```bash
printf "%x" $NUMBER
```