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