mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-22 21:51:10 +00:00
ch10: Remove bash symbol from comments
This commit is contained in:
parent
2db8f435cc
commit
59dbb7dedf
@ -358,9 +358,9 @@ We compile the code with the GNU C++ compiler and run the resulting executable,
|
||||
====
|
||||
[source,bash]
|
||||
----
|
||||
$ # Compile the code
|
||||
# Compile the code
|
||||
$ g++ -o satoshi-words satoshi-words.cpp $(pkg-config --cflags --libs libbitcoin)
|
||||
$ # Run the executable
|
||||
# Run the executable
|
||||
$ ./satoshi-words
|
||||
^D<><44><GS>^A^DEThe Times 03/Jan/2009 Chancellor on brink of second bailout for banks
|
||||
----
|
||||
|
Loading…
Reference in New Issue
Block a user