Print version on program start

This commit is contained in:
EnderIce2
2024-06-01 19:39:39 +03:00
parent 7363ee64d5
commit ccf09806c9
4 changed files with 47 additions and 37 deletions

View File

@ -5,7 +5,10 @@
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"defines": [
"GIT_COMMIT",
"GIT_BRANCH"
],
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "windows-gcc-x64"