Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 424 Bytes

Dart-Codes

Some of my projects and codes written in Dart...

Getting started

  1. Clone the repository in your local machine git clone https://github.com/tahsin-npx/Dart-Codes

  2. Get the required packages dart pub get

  3. Run the codes with dart run

Example: dart run main.dart

Note: This repository also contains solution for some problems from Code Wars