├── .github └── workflows │ └── X.yml ├── LICENSE └── README.md /.github/workflows/X.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryoga-exe/X/HEAD/.github/workflows/X.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryoga-exe/X/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # X 2 | X 3 | --------------------------------------------------------------------------------