Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmh25 committed May 24, 2024
1 parent e2c98cb commit 7bd2e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "interp.h"

int main(int argc, char **argv) {
if(isatty(fileno(stdin))) fprintf(stderr, "gk v004rc\n\n");
if(isatty(fileno(stdin))) fprintf(stderr, "gk-v0.0.0-alpha\n\n");
kinit();
if(argc>1) load(argv[1]);
interp(1);
Expand Down

0 comments on commit 7bd2e9d

Please sign in to comment.