summaryrefslogtreecommitdiff
path: root/bcrypt-test.c
blob: b09dee6c3ed8f874db446fb2409d0375d4b37439 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>
#include <stdlib.h>

#include "lua-bcrypt/compat/include/pwd.h"

int
main(void)
{
	puts("Hallo Welt...");
	return EXIT_SUCCESS;
}