Skip to content

Commit 70dd99a

Browse files
committed
add missing draft
1 parent b9af351 commit 70dd99a

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

content/posts/CLI_Golang.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
title: "CLI_Golang"
2+
title: "CLI Golang"
33
date: 2022-03-18
4-
draft: true
54
---
65
# CLI and Golang
76

File renamed without changes.

content/posts/Hello_Assembly.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Hello Assembly"
33
date: 2023-02-05
4-
draft: true
54
---
65

76
The symbols and incantations that make up the assembly-like code. Interestingly, this language for the CPU is closer to the machine code that a computer can understand, providing greater control over the hardware. Reading and writing are more challenging than high-level programming languages like Javascript or Python. The main is using a basic concept of hello world and memory stack. With Today's AI, Cloud, and other buzz words technology stack, it's nice to come back to the roots sometimes and see how things work on a simple level
File renamed without changes.

0 commit comments

Comments
 (0)