initial commit <3

This commit is contained in:
Daniel Cortés
2019-10-13 18:40:32 -03:00
commit 810965a9fb
4 changed files with 80 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
all: main.c strtoui.h
gcc -Wall main.c strtoui.h -o chars -lsodium
clean:
rm chars main.o