Skip to content

Commit 64d21f1

Browse files
committed
Merge pull request #189 from petertseng/no-ruby-in-octal
octal: Remove Ruby-specific terms
2 parents 9afb380 + 0801f83 commit 64d21f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
blurb: "Write a program that will convert a octal number, represented as a string (e.g. '1735263'), to its decimal equivalent using first principles (i.e. no, you may not use built-in ruby libraries or gems to accomplish the conversion)."
2+
blurb: "Write a program that will convert a octal number, represented as a string (e.g. '1735263'), to its decimal equivalent using first principles (i.e. no, you may not use built-in or external libraries to accomplish the conversion)."
33
source: "All of Computer Science"
44
source_url: "http://www.wolframalpha.com/input/?i=base+8"
55

0 commit comments

Comments
 (0)