From 80aeb9df1a891d5d1542244281994bc26a33a83c Mon Sep 17 00:00:00 2001 From: YL Wang <121748352+code4yonglei@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:40:59 +0200 Subject: [PATCH] remove $ sign in the rst file --- content/code/00_hello-world/cxx/.DS_Store | Bin 6148 -> 0 bytes content/hello-cmake.rst | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 content/code/00_hello-world/cxx/.DS_Store diff --git a/content/code/00_hello-world/cxx/.DS_Store b/content/code/00_hello-world/cxx/.DS_Store deleted file mode 100644 index 751c1c602f52ed51100067ddc18f56f957f6596e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKJE{Uf5bX9DESMM?&K11DAbNtmfPo+nWCefmMxM)~S^eShWHk{?q#C+wrl)I` ztzdgwM09c9%tfXm(!dSnYGG)0Za%P4W)uj=9Vhvfy>yrM&<(1eCyd+35v-k@|MPeI zZX5SLCo)R~r~nn90#twsyrqEkURW~;WTXOAfC~I6VBd!VH>`<$pnp0Ld;|cFk#@t{ zX9-}j1h6Ldfylr#sKB6Vju;wr}T|10>5`Tvo`9TlJgU!{PKm+f+aSIXWxcsc8}1-^z`%?)mbwNnth9Rs}`V`J@j d=0#CgY>o4p*atctd8Y&UGhn*VsKBQcxC7Y*70>_x diff --git a/content/hello-cmake.rst b/content/hello-cmake.rst index 7ea9be8..8e07a04 100644 --- a/content/hello-cmake.rst +++ b/content/hello-cmake.rst @@ -94,13 +94,13 @@ Hello, CMake! .. code-block:: bash - $ cmake -S. -Bbuild + cmake -S. -Bbuild 6. And finally build our executable: .. code-block:: bash - $ cmake --build build + cmake --build build