Browse Source

corrected a typo in README.md

pull/2475/head
FrenchFriesForBallerina 8 months ago committed by Niccolò Primo
parent
commit
7e2c88632b
  1. 2
      subjects/mobile-dev/intro/README.md

2
subjects/mobile-dev/intro/README.md

@ -6,7 +6,7 @@ Dart is the programming language of the [Flutter](https://flutter.dev) framework
### Instructions
Let's start with the standard tradition for learning a new programming language; you're first `"Hello, world!"` with dart.
Let's start with the standard tradition for learning a new programming language; your first `"Hello, world!"` with dart.
Create a `main` function which prints `"Hello, world!"`, followed by a new-line character.

Loading…
Cancel
Save