Skip to content
View typebird's full-sized avatar
📖
Many things
📖
Many things
Block or Report

Block or report typebird

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
typebird/README.md

嗨,我是竹鳥,我喜歡閱讀、寫作、遊戲與咖啡。

我來自 臺灣,透過自學學習編程,熱愛各種奇幻與科幻故事。


這些是我使用的語言,我對函數導向語言很有興趣。

  • JavaScript
  • TypeScript
  • Elm
  • Rust

我在 Github 留下的紀錄不多。

Pinned

  1. 一個簡單的終端機待辦表小程式。 一個簡單的終端機待辦表小程式。
    1
    const rl = require("readline").createInterface({
    2
        input: process.stdin,
    3
        output: process.stdout,
    4
    })
    5
    const path = require("path")
  2. oxo-elm oxo-elm Public

    這是一個簡單的井字遊戲,用來學習 Elm。

    HTML