From 7191c88c92f5b59bcfc17f1003327b57d4826f67 Mon Sep 17 00:00:00 2001 From: Siddharth Kumar Date: Wed, 21 Oct 2020 06:26:59 +0530 Subject: [PATCH] Kotlin tutorials resource added (#4522) * Added data structure course by mycodeschool * link changed to playlist * Added kotlin tutorial resource This resource is provided by Tutorialspoints. * arranged in a order * kotlin tutorial docs added(official) --- free-programming-interactive-tutorials-en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index 3e778813..d11aa0d2 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -18,6 +18,7 @@ * [Java](#java) * [JavaScript](#javascript) * [Angular.js](#angularjs) +* [Kotlin](#kotlin) * [Language Agnostic](#language-agnostic) * [Operating Systems](#operating-systems) * [Lisp](#lisp) @@ -161,6 +162,11 @@ * [Learn AngularJS with free interactive lessons](http://www.learn-angular.org) +### Kotlin + +* [Kotlin tutorial](https://kotlinlang.org/docs/tutorials/) + + ### Language Agnostic * [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io -- GitLab