We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084dea0 commit cc5ec00Copy full SHA for cc5ec00
src/main.rs
@@ -38,7 +38,7 @@ fn main() {
38
}
39
} else {
40
// Show a title
41
- println!("Stack Programming Language");
+ println!("Stack programming language");
42
let mut executor = Executor::new(Mode::Debug);
43
// REPL Execution
44
loop {
0 commit comments