aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 41aa920..e287436 100644
--- a/src/main.c
+++ b/src/main.c
@@ -38,6 +38,8 @@ int main(int argc, char *argv[])
if(!args_status & ARG_LOADED)
player->cash.cents = 1000 * 100;
+ heading("Market Simulator " PROGRAM_VERSION);
+
while(1)
{
const struct command_t commands[] = {