File: input.rb

package info (click to toggle)
ruby-whitequark-parser 3.3.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,848 kB
  • sloc: yacc: 40,706; ruby: 20,588; makefile: 12; sh: 8
file content (5 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (4)
1
2
3
4
5
# frozen_string_literal: true

if(true)
  puts "Hello, world!"
end