From dcb0210f2a1edaaf23cc8b11e86619eca2658d28 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 31 Jan 2023 17:23:58 +0100 Subject: Initial commit --- main.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main.c (limited to 'main.c') diff --git a/main.c b/main.c new file mode 100644 index 0000000..5119573 --- /dev/null +++ b/main.c @@ -0,0 +1,7 @@ +/* See LICENSE file for copyright and license details. */ + +int +main(int argc, char **argv) +{ + return 0; +} \ No newline at end of file -- cgit v1.2.3