We are going to start Learn to Code 1 from the beginning. Please start this section in Swift Playgrounds!

스크린샷 2025-01-02 오후 6.11.32.png

스크린샷 2025-01-02 오후 6.07.33.png

1-1. Introduction


In the Command chapter, we will learn how to command a computer. By the end of this chapter, I should be able to give commands to the computer (Byte), and the computer should be doing what I command.

The following introduction is a page that introduces the playground. Please read it lightly and move on to the next.

What to do

Explore

<aside>

It's okay if I don't know what I'm going to do next. But do I know how to move on to the next?

</aside>

Evaluate what you've learned

1-2. Executing Commands


Write your first code and check the execution results with your eyes to see if it does what you told it to do.

What to do