Skip to content
Snippets Groups Projects
Forked from IOCLA / tema-1-2025
19 commits behind the upstream repository.
Razvan Deaconescu's avatar
Razvan Deaconescu authored
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: default avatarRazvan Deaconescu <razvan.deaconescu@upb.ro>
4dac1983
History
Name Last commit Last update
checker
src
.gitlab-ci.yml
Dockerfile
README.md
local.sh

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