aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
blob: 5b7a45ef6b10a1e69d247dc5bcc45f2779277f4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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)
{

}