From 930c39de20baea9268c81b1e4067596603754648 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Mon, 3 May 2021 20:41:12 -0400 Subject: [PATCH] link to learn lesson --- .../1-intro-to-programming-languages/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/README.md b/1-getting-started-lessons/1-intro-to-programming-languages/README.md index 5bce8be1..1742fe2e 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/README.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/README.md @@ -17,6 +17,8 @@ In this lesson, we'll cover: - Basic elements of a program - Useful software and tooling for the professional developer +> You can take this lesson on [Microsoft Learn](https://docs.microsoft.com/learn/modules/web-development-101/introduction-programming?WT.mc_id=academic-13441-cxa)! + ## What is Programming? Programming (also known as coding) is the process of writing instructions to a device, such as a computer or mobile device. We write these instructions with a programming language, which is then interpreted by the device. These sets of instructions may be referred to by various names, but *program*, *computer program*, *application (app)*, and *executable* are a few popular names.