From dc1261d703ae1e1a14841b030888e3f87ff7c38f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 1 May 2024 21:45:52 -0500 Subject: prettier formatting and rewrap lines --- content/blog/2018-11-28-cpp-compiler.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/blog/2018-11-28-cpp-compiler.md') diff --git a/content/blog/2018-11-28-cpp-compiler.md b/content/blog/2018-11-28-cpp-compiler.md index c0ce0b3..a7dce40 100644 --- a/content/blog/2018-11-28-cpp-compiler.md +++ b/content/blog/2018-11-28-cpp-compiler.md @@ -16,7 +16,7 @@ executed. There are many steps and intricacies to the compilation process, and this post was a personal exercise to learn and remember as much information as I can. -``` cpp +```cpp #include int main() @@ -76,7 +76,7 @@ dynamically. For example, the `Hello, world!` code snippet above compiles into the following assembly code: -``` asm +```asm .LC0: .string "Hello, world!\n" main: -- cgit v1.2.3-70-g09d2