This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
TechnikNews
/
PublicAPIs
огледало од
https://github.com/public-apis/public-apis
Прати
1
Волим
2
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Initial skeleton of parsing text file
pull/385/head
Dave Machado
пре 7 година
родитељ
184e4c3dd2
комит
6e1da9a1a3
1 измењених фајлова
са
9 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
build/validate.rb
+ 9
- 0
build/validate.rb
Прегледај датотеку
@@ -0,0 +1,9 @@
#!/usr/bin/env ruby
args = ARGV
filename = args[0]
File.foreach(filename).with_index do |line, line_num|
line_num += 1
puts "#{line_num}: #{line}"
end
Write
Preview
Loading…
Откажи
Сачувај