LoginSignup
1
1

More than 5 years have passed since last update.

Swift初心者のアウトプット1

Posted at

文字の出力

Swiftの文字の出力はprintを使い、コンソールに表示する。

qiita.rb
print("Hello World")

また、実際の動作には影響しない、メモするときなどに用いる「コメント」は頭に // を付ける。

qiita.rb
//コメント
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1