glibc/SOURCES/tests/Standardscompliance/bz531160-ldd-Vulnerable-to-Social-Engineering-Exploits/hello.c
2024-07-15 12:53:08 +03:00

8 lines
75 B
C

#include <stdio.h>
int main()
{
puts("hello, world");
return 0;
}