Skip to content

Instantly share code, notes, and snippets.

@if1live
Last active August 29, 2015 14:17
Show Gist options
  • Save if1live/5ec0e00d0b27c6feaee9 to your computer and use it in GitHub Desktop.
Save if1live/5ec0e00d0b27c6feaee9 to your computer and use it in GitHub Desktop.
Print Pluto
# https://twitter.com/Code_60/status/579601136300101632
# 15/03/22
# 이번 주제는 "태양계"입니다. 어떤 프로그램이든 상관없습니다.
# 태양계에 관련된 프로그램을 작성해 주시면 되겠습니다.
# 이번 미션은 "난독화"입니다. 최대한 읽기 힘들고, 긴 코드가 미션이 되겠습니다. 그럼, 시작!
#
# 하지만 난 난독화에 관심 없어서 명왕성을 깠다.
solar_system = [:sun, :mercury, :venus, :earth, :mars, :jupiter, :saturn, :uranus, :neptune]
Solar,System,Contains,Fixed,Star,And,Some,Planets,ANd,Pluto = solar_system
puts "Pluto : #{Pluto}"
## Output
# Pluto :
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment