├── .gitignore ├── README.md ├── TrainingFolder2018.zip ├── TrainingFolder2019.zip ├── teamnote.pdf └── teamnote.tex /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koosaga/DeobureoMinkyuParty/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koosaga/DeobureoMinkyuParty/HEAD/README.md -------------------------------------------------------------------------------- /TrainingFolder2018.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koosaga/DeobureoMinkyuParty/HEAD/TrainingFolder2018.zip -------------------------------------------------------------------------------- /TrainingFolder2019.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koosaga/DeobureoMinkyuParty/HEAD/TrainingFolder2019.zip -------------------------------------------------------------------------------- /teamnote.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koosaga/DeobureoMinkyuParty/HEAD/teamnote.pdf -------------------------------------------------------------------------------- /teamnote.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koosaga/DeobureoMinkyuParty/HEAD/teamnote.tex --------------------------------------------------------------------------------