all: main.c strtoui.h gcc -Wall main.c strtoui.h -o chars -lsodium clean: rm chars