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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user