read numbers from stdin #15

Merged
PlexSheep merged 2 commits from feat/numbers-from-stdin into devel 2024-05-13 16:32:37 +02:00
Owner
No description provided.
PlexSheep added 1 commit 2024-05-13 16:27:01 +02:00
cargo devel CI / cargo CI (push) Successful in 1m16s Details
00c6b35ef3
feat: allow reading numbers from stdin #1
PlexSheep reviewed 2024-05-13 16:27:56 +02:00
src/main.rs Outdated
@ -13,0 +26,4 @@
exit(1);
}
};
let whole = whole.replace('\n', "");
Author
Owner

split here instead of removing newlines

split here instead of removing newlines
PlexSheep added 1 commit 2024-05-13 16:29:21 +02:00
cargo devel CI / cargo CI (push) Has been cancelled Details
b0a4ec1c11
refactor: split at whitespace #1
PlexSheep force-pushed feat/numbers-from-stdin from b0a4ec1c11 to 585bb41a9d 2024-05-13 16:29:28 +02:00 Compare
PlexSheep changed title from WIP: read numbers from stdin to read numbers from stdin 2024-05-13 16:32:27 +02:00
PlexSheep merged commit 706c06ce6f into devel 2024-05-13 16:32:37 +02:00
PlexSheep deleted branch feat/numbers-from-stdin 2024-05-13 16:32:37 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PlexSheep/numf#15
No description provided.