This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env python3 | |
| # Wrote this because I keep forgetting how the Rauri people in Isekai ha Smartphone to Tomo ni [In Another World With My Smartphone] spoke... | |
| # 『異世界はスマートフォンとともに』というラノベに出る大樹海のラウリ族が話す言語を読み返す度に読み方がわからないので作りました。 | |
| # n1443bp = [107, 108] | |
| import sys | |
| MIN_PYTHON = (3, 10) | |
| if sys.version_info < MIN_PYTHON: | |
| print("This program requires Python %s.%s or later." % MIN_PYTHON) | |
| print("当スクリプトはPython 3.10以上で動作します。") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh-keygen -t ed25519 -a 100 |