1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-13 20:18:06 +00:00

More work on cleaing up code.

This commit is contained in:
Calvin Rose
2017-03-26 11:47:58 -04:00
parent 6365a007b6
commit ac50f6232e
5 changed files with 14 additions and 17 deletions

View File

@@ -105,7 +105,7 @@ void debug_repl(FILE *in, FILE *out) {
}
int main() {
printf("Super cool interpreter v0.0\n");
printf("GST v0.0 repl\nCopyright 2017 Calvin Rose\n");
debug_repl(stdin, stdout);
return 0;
}