mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-27 04:44:08 +03:00
Update visualbasic.html.markdown
Copy - Paste error
This commit is contained in:
parent
0eb127c84c
commit
d6bf5fe3de
@ -159,7 +159,7 @@ Module Module1
|
||||
Console.Write(a.ToString() + " - " + b.ToString())
|
||||
Console.WriteLine(" = " + e.ToString.PadLeft(3))
|
||||
Console.Write(a.ToString() + " / " + b.ToString())
|
||||
Console.WriteLine(" = " + e.ToString.PadLeft(3))
|
||||
Console.WriteLine(" = " + f.ToString.PadLeft(3))
|
||||
Console.ReadLine()
|
||||
|
||||
End Sub
|
||||
|
Loading…
Reference in New Issue
Block a user