diff options
| author | Andrew <saintruler@gmail.com> | 2021-02-10 22:18:52 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2021-02-10 22:18:52 +0400 |
| commit | 83f659d36b8c64209b72e70583cb4f0a6852e7be (patch) | |
| tree | dabe841ec5bbb2a1aac6301f3e4dbb6774ca7860 /structures/run.sh | |
| parent | ee1fd8e4b8090cbc107af5c8d05fa1979f43f9fd (diff) | |
Заменил run.sh на Makefile и вынес реализацию стека с функциями в отдельный файл
Diffstat (limited to 'structures/run.sh')
| -rwxr-xr-x | structures/run.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/structures/run.sh b/structures/run.sh deleted file mode 100755 index f076a51..0000000 --- a/structures/run.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -name="${1%%.*}" -g++ -Wall -o $name.out $name.cpp -./$name.out -rm $name.out - |