1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 20:10:49 +02:00
This commit is contained in:
satory-ra
2019-03-13 23:03:26 +03:00
committed by GitHub
parent cb5aa51477
commit ead54f10e8

View File

@@ -139,7 +139,7 @@ Module Module1
'Five
Private Sub WorkingCalculator()
Console.Title = "The Working Calculator| Learn X in Y Minutes"
Console.Title = "The Working Calculator | Learn X in Y Minutes"
'However if you'd like the calculator to subtract, divide, multiple and
'add up.
'Copy and paste the above again.