Blame tests/resources/sha1/hello_c

Packit Service 20376f
#include <stdio.h>
Packit Service 20376f
Packit Service 20376f
int main(int argc, char **argv)
Packit Service 20376f
{
Packit Service 20376f
	printf("Hello, %s\n", "world");
Packit Service 20376f
}