diff options
| author | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-21 20:05:08 -0400 |
|---|---|---|
| committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-21 20:05:08 -0400 |
| commit | a36f425491aaf019243a31179e80cb10ea62db59 (patch) | |
| tree | f0c2e4677011b6595a51b628326bc2595bd08681 /transpiler/build.sh | |
| parent | 454fa3628bd35a37b7ed147a081f8f25590b3232 (diff) | |
(mkosarek) Transpiling code snippets in a shotty way, but it is good enough
Diffstat (limited to 'transpiler/build.sh')
| -rwxr-xr-x | transpiler/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transpiler/build.sh b/transpiler/build.sh index 6ca478e..ea1cb93 100755 --- a/transpiler/build.sh +++ b/transpiler/build.sh @@ -1 +1 @@ -g++ -o transpiler transpiler.cpp Logger.cpp MyString.cpp
\ No newline at end of file +g++ -o transpiler transpiler.cpp Logger.cpp MyString.cpp replacer.cpp |
