mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 13:03:13 +02:00
8 lines
115 B
Bash
Executable File
8 lines
115 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
make
|
|
./howOftenDoesCharOccur
|
|
./quickchallenges
|
|
./reverseString
|
|
./solveQuadraticEquation
|