0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Ruby学習#2 Drawing a Shape

Posted at

本日の学習内容

print 文とput文の違い

print 改行しない
puts 改行する

◎実装したコード

Your code here!

puts "Mile"
puts " is cool"
print "Girafe Academy"
print "Mile"
puts " is cool"
puts " /|"
puts " / |"
puts " / |"
puts "/___|"

◎環境デザイン
 ・学習を阻害する要因を消し去った(スマホのyoutube動画)
 
●明日やること
 ・【継続】既に基礎学習を終了しているため、プログラミングノートの作成に注力し、あまり時間をかけないこと。
 ・Atomの環境構築 atom-runnerのインストール

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?