Advertisement
swaggboi

isMyComputerOn.rb

Jun 10th, 2021
1,449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.08 KB | None | 0 0
  1. #!/usr/bin/env ruby
  2.  
  3. if "computer is on"
  4.   puts "your computer is: ON"
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement