From 0bf5f515faf48d4ebbee789ddc3f68c8a8882187 Mon Sep 17 00:00:00 2001
From: "martin.feussner" <martin.feussner@uib.no>
Date: Fri, 30 Aug 2024 11:54:58 +0200
Subject: [PATCH] Update file week02.md

---
 week02.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/week02.md b/week02.md
index bc22bd1..2e76d02 100644
--- a/week02.md
+++ b/week02.md
@@ -2,7 +2,7 @@
 
 ## Objective
 
-In this group session, you will explore how *C* code is translated into assembly language across different architectures and compilers. By understanding the assembly output, you will gain insights into how different optimizations, data types, and architectures affect code execution.
+In this group session, you will explore how **C** code is translated into assembly language across different architectures and compilers. By understanding the assembly output, you will gain insights into how different optimizations, data types, and architectures affect code execution.
 
 ## Preliminaries
 Compiler explorer can be found here: https://godbolt.org/
-- 
GitLab