From 82c77b22605d691884be4c4e1e6bae8d66598d02 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 10 Aug 2025 21:37:15 +0300 Subject: make tests actually useful + Apparently quite a few components are currently broken, didn't even remember --- src/main.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/main.c (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c deleted file mode 100644 index 5b7a45e..0000000 --- a/src/main.c +++ /dev/null @@ -1,15 +0,0 @@ -/* 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