aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c15
1 files changed, 0 insertions, 15 deletions
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)
-{
-
-}