We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1d0b6 commit 3f61475Copy full SHA for 3f61475
1 file changed
main.cpp
@@ -19,7 +19,6 @@
19
#include "src/native/System.h"
20
#include "src/native/Time.h"
21
22
-
23
void registerNatives(Interpreter &interpreter) {
24
// Time.h
25
interpreter.addNativeFunction("__native_time", __nativeTime);
@@ -170,7 +169,7 @@ int main(int argc, char *argv[]) {
170
169
if (help) {
171
std::cout << "GW Informations: \n"
172
<< "- GitHub: https://github.com/Program132/GW/ \n"
173
- << "- Version: 1.0.0\n"
+ << "- Version: 1.1.0\n"
174
<< "How to use: \n"
175
<< "- ./GW <filename> : Run the program and interpret the code "
176
"from the file\n"
0 commit comments