https://github.com/gabrieldiem/simple-cpp-word-counter
Simple C++ Word Counter
https://github.com/gabrieldiem/simple-cpp-word-counter
7552 cpp cpp17 fiuba
Last synced: about 2 months ago
JSON representation
Simple C++ Word Counter
- Host: GitHub
- URL: https://github.com/gabrieldiem/simple-cpp-word-counter
- Owner: gabrieldiem
- Created: 2025-02-09T18:37:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T18:58:01.000Z (4 months ago)
- Last Synced: 2025-02-09T19:42:19.178Z (4 months ago)
- Topics: 7552, cpp, cpp17, fiuba
- Language: Shell
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Onboarding - Contador de Palabras
Run tests:
```shell
./run_tests.sh . casos/ no-server no-valgrind 60 10
```Comparar outputs:
```shell
./compare_outputs.sh casos/ salidas/
```Para crear un commit sin correr los hooks se debe ejecutar:
```shell
git commit --no-verify
```Para correr cppcheck sin necesidad de un commit se debe ejecutar:
```shell
pre-commit run --hook-stage manual --files main.cpp wordscounter.cpp
```