Skip to content

Commit

Permalink
Merge pull request #15 from Shreejan-35/cpp_transition
Browse files Browse the repository at this point in the history
The great C++ transition
  • Loading branch information
CapedDemon authored Sep 27, 2022
2 parents 4aeed70 + 04f557a commit 107336f
Show file tree
Hide file tree
Showing 14 changed files with 1,197 additions and 1,243 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"files.associations": {
"html": "html",
"chrono": "cpp",
"iosfwd": "cpp",
"iostream": "cpp"
}
}
Binary file modified CommandConsole.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ COPY . /usr/src/main_files

WORKDIR /usr/src/main_files

RUN gcc main.c -o CommandConsole
RUN g++ main.cpp -o CommandConsole

CMD [ "./CommandConsole" ]
Loading

0 comments on commit 107336f

Please # to comment.