From f4ea67f52e35cd1a332e5c7032b7a47ff0f603ce Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 29 Oct 2017 01:31:54 +0330 Subject: palying around with executbales and sos --- bfd/test/test.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bfd/test/test.c (limited to 'bfd/test') diff --git a/bfd/test/test.c b/bfd/test/test.c new file mode 100644 index 0000000..0327658 --- /dev/null +++ b/bfd/test/test.c @@ -0,0 +1,5 @@ +#include "stdio.h" + +int main(int argc, char** argv) { + printf("i live!\n"); +} -- cgit v1.2.3