diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-29 21:49:39 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-29 21:49:39 +0300 |
| commit | 32f9719e29762001f73460acd31f2a6da8fd6298 (patch) | |
| tree | 61605ebc344dc8d1fd957d920d15dcaee6cee669 /src/main.c | |
| parent | 4e52c518e35dfb6986efff67fb2fa82857de06c8 (diff) | |
| download | gran-32f9719e29762001f73460acd31f2a6da8fd6298.tar.gz gran-32f9719e29762001f73460acd31f2a6da8fd6298.zip | |
silence some trivial warnings
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) { |
