mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 22:27:35 +03:00
Update csharp-pt.html.markdown
This commit is contained in:
parent
9f7322b620
commit
e063c7ef35
@ -787,8 +787,8 @@ on a new line! ""Wow!"", the masses cried";
|
||||
// PennyFarthing é uma subclasse de Bicycle
|
||||
class PennyFarthing : Bicycle
|
||||
{
|
||||
// (Penny Farthings are those bicycles with the big front wheel.
|
||||
// They have no gears.)
|
||||
// (Penny Farthings são aquelas bicicletas com uma grande roda frontal.
|
||||
// Elas não tem correias.)
|
||||
|
||||
// calling parent constructor
|
||||
public PennyFarthing(int startCadence, int startSpeed) :
|
||||
|
Loading…
Reference in New Issue
Block a user