From 32f9719e29762001f73460acd31f2a6da8fd6298 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 29 May 2023 21:49:39 +0300 Subject: silence some trivial warnings --- src/main.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index abb57e6..5b7a45e 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,14 @@ /* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2023 Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ +/** + * @file main.c + * + * Empty main file, fill up with your simulator if you'd like. + * Although I really think gran should just be a library, why + * haven't I done this that way? + */ + int main(int argc, char **argv) { -- cgit v1.3