From 165e06e7544cae2b2f0932f4c2dab26bf06a5326 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 23 Aug 2020 09:56:54 +0200 Subject: erster Prototyp --- bcrypt-test.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bcrypt-test.c (limited to 'bcrypt-test.c') diff --git a/bcrypt-test.c b/bcrypt-test.c new file mode 100644 index 0000000..b09dee6 --- /dev/null +++ b/bcrypt-test.c @@ -0,0 +1,11 @@ +#include +#include + +#include "lua-bcrypt/compat/include/pwd.h" + +int +main(void) +{ + puts("Hallo Welt..."); + return EXIT_SUCCESS; +} -- cgit v1.3