Order two numerical lists: Difference between revisions

m
→‎{{header|Go}}: added mention of library function that can be used
(→‎{{header|Groovy}}: new solution)
m (→‎{{header|Go}}: added mention of library function that can be used)
Line 78:
// satisfies the task:
func lessByte(a, b []byte) bool {
return string(a) < string(b) // see also bytes.Compare
}
 
1,707

edits