- Swift iOS Programming for Kids
- Steffen D. Sommer Jim Campagno
- 152字
- 2021-07-09 19:04:56
Chapter 3. Say Hello
For historic reasons, the first program we usually make when learning a new programming language is a program that simply outputs the text Hello World
to the console. Printing to the console is reasonably simple and is, therefore, often a good starting point to ensure that everything is set up correctly. To honor traditions, we will do the same with our very first program written in the Swift programming language:
print("Hello World")
Exciting! To achieve this, the chapter will cover the following topics:
- Introducing a console application
- Setting up our first Xcode playground and taking a look at the most important parts of a playground
- Writing our first Hello World program using Swift and a playground
- A quick look at how Xcode playground communicates errors and how we can use autocompletion to write code faster and more safely
推薦閱讀
- Flink SQL與DataStream入門、進階與實戰
- Flask Web開發入門、進階與實戰
- Raspberry Pi for Secret Agents(Third Edition)
- Bootstrap Essentials
- PhoneGap:Beginner's Guide(Third Edition)
- Flowable流程引擎實戰
- OpenCV 3 Blueprints
- 并行編程方法與優化實踐
- 零基礎學C++(升級版)
- Docker:容器與容器云(第2版)
- 計算語言學導論
- H5頁面設計與制作(全彩慕課版·第2版)
- 片上系統設計思想與源代碼分析
- Hands-On Machine Learning with ML.NET
- Python量化交易