Perfect assignment
Write a program that given a number as input argument prints the corespondig number of 1s on standard output.
E.g:
$> ./binary 3
1 1 1
The `test_err()` function was using a lingering artifact (`{}`) from the
use of `xargs` in other tests. This failed the test.
This commit removes the lingering artifact. The test now passes.
Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
Name | Last commit | Last update |
---|---|---|
checker | ||
src | ||
.gitlab-ci.yml | ||
Dockerfile | ||
README.md | ||
local.sh |