Skip to content

Commit

Permalink
add hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
long-910 committed Mar 12, 2024
1 parent 9b484e1 commit 49390f8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-03-12-add-uses.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Add Uses
date: 2024-03-12 23:00:00 +0900
date: 2024-03-12 23:30:00 +0900
#categories: [TOP_CATEGORIE, SUB_CATEGORIE]
tags: [Uses] # TAG names should always be lowercase
---

Add My uses page.
Add My [uses](https://long-910.github.io/posts/add-uses/) page.
18 changes: 18 additions & 0 deletions _posts/2024-03-12-hello-world.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: post
title: Hello World
date: 2024-03-12 23:00:00 +0900
category:
author:
tags: [C]
summary:
---

```c
#include <stdio.h>

main( )
{
printf("hello, world\n");
}
```

0 comments on commit 49390f8

Please sign in to comment.