Day 2: Morning Exercises

์ด๋ฒˆ ์—ฐ์Šต๋ฌธ์ œ๋“ค์€ ๋‘๊ฐ€์ง€ ๋งฅ๋ฝ์—์„œ ๋ฉ”์„œ๋“œ ๊ตฌํ˜„๋ฐฉ๋ฒ•์„ ๋‹ค๋ฃน๋‹ˆ๋‹ค:

  • ๊ฑด๊ฐ• ์ƒํƒœ ํ†ต๊ณ„๋ฅผ ์ถ”์ ํ•˜๋Š” ํ”„๋กœ๊ทธ๋žจ์˜ ๊ฐ„๋‹จํ•œ ๊ตฌ์กฐ์ฒด.
  • ๋“œ๋กœ์ž‰ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋ฅผ ์œ„ํ•œ ๋‹ค์ค‘ ๊ตฌ์กฐ์ฒด ๋ฐ ์—ด๊ฑฐํ—.

We will look at implementing methods in two contexts:

  • Simple struct which tracks health statistics.
  • Multiple structs and enums for a drawing library.