From 7d2ddb84072c51e85d36a3e934d5b29c467c4fa1 Mon Sep 17 00:00:00 2001 From: Luc Date: Tue, 14 Jan 2025 11:05:37 +0100 Subject: [PATCH] Quartz sync: Jan 14, 2025, 11:05 AM --- content/index.md | 1 + content/subnotes/Getting started.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/content/index.md b/content/index.md index f1eb78a..66e8b0f 100644 --- a/content/index.md +++ b/content/index.md @@ -5,6 +5,7 @@ This document will deal with basic knowledge about C. Why is C so popular?, What are the benefits of using C? or How does Memory management work in C? are all questions which will be covered in this article. Notice, that this is barely scratching the surface of the language. If you want to dive deeper into C we provided some links. All the orange highlighted text is clickable and guides you through some concepts in more detail. +To get you started we got you covered with a [[Getting started]] program which shows you your first C program. Furthermore you will learn how to install a compiler and run code from either the terminal or an IDE. # Syntax ### Variables The different [[C Variable types]] are all initialized according to the same pattern. diff --git a/content/subnotes/Getting started.md b/content/subnotes/Getting started.md index f52c7ff..97bb660 100644 --- a/content/subnotes/Getting started.md +++ b/content/subnotes/Getting started.md @@ -20,3 +20,6 @@ int main() { } ``` +### Compiler + +