소스 검색

add a short readme

George C. Privon 6 달 전
부모
커밋
3a5527860f
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -0,0 +1,13 @@
+# uuid-generator
+
+A short command line tool to generate and a UUIDv4 and print it to the screen.
+In its current form, relies on pledge() so will probably only compile on OpenBSD.
+
+To compile and run:
+
+```
+$ cc -o uuid-generator uuid-generator.c
+$ ./uuid-generator
+...
+```
+