cat 2023-08-18-Hello-World.md

Hello world!


2023-08-17

this is my first post! You can find information of this theme in about.md

1 2 3
4 5 6
7 8 9
#include <iostream>

int main()
{
    std::cout << "Hello world!" << std::endl;
    return 0;
}
$ ls
erDiagram
    USER ||--o{ CART : user_id
    OPTION ||--o{ CART : option_id
    PRODUCT ||--|{ OPTION : product_id
    USER ||--o{ ORDER : user_id
    ORDER ||--|{ ORDER_OPTION : order_id
    OPTION ||--o{ ORDER_OPTION : option_id