mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-04 21:14:48 +00:00
examples: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import strutils
|
||||
echo "Give a list of integers (separated by spaces): ",
|
||||
echo "Give a list of integers (separated by spaces): ",
|
||||
stdin.readLine.split.each(parseInt).max,
|
||||
" is the maximum!"
|
||||
" is the maximum!"
|
||||
|
||||
Reference in New Issue
Block a user