hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
defines.h
Go to the documentation of this file.
1#ifndef HOSHI_LANG_DEFINES_H
2#define HOSHI_LANG_DEFINES_H
3
4#define HOSHI_LANG_VERSION "96"
5#define HOSHI_LANG_GIT_COMMIT_HASH "76f3a3"
6
7#endif