mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 18:25:10 +00:00
[INIT] Ready, set, go!
This commit is contained in:
commit
6d62c6c1a2
3 changed files with 45 additions and 0 deletions
9
src/Main.c
Normal file
9
src/Main.c
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <Cytoplasm/Log.h>
|
||||
|
||||
int
|
||||
Main(void)
|
||||
{
|
||||
Log(LOG_INFO, "%s - v%s", NAME, VERSION);
|
||||
/* TODO: The rest of Parsee. */
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue