Small updates to celebrate turing-completeness

This commit is contained in:
0x4261756D
2022-12-22 00:08:13 +01:00
parent e4a7bcccc0
commit dedb601a9b
4 changed files with 26 additions and 14 deletions

View File

@ -180,7 +180,6 @@ fn main()
{
Ok(maybe_msg) =>
{
println!("---Successfully parsed '{}'---", args[2]);
if let Some(msg) = maybe_msg
{
print!("---Output---\n\n{}", msg);