Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Fix in 2018/ciura/index.html #2774

Merged
merged 1 commit into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2018/ciura/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ below for more details.
## To use:

``` <!---sh-->
./prog < text
./prog < file
```


Expand Down
2 changes: 1 addition & 1 deletion 2018/ciura/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ <h2 id="to-build">To build:</h2>
code</a> and the author’s remarks’ <a href="#remarks">remarks section</a>,
below for more details.</p>
<h2 id="to-use">To use:</h2>
<pre><code> ./prog &lt; text</code></pre>
<pre><code> ./prog &lt; file</code></pre>
<h2 id="try">Try:</h2>
<pre><code> ./try.sh</code></pre>
<h2 id="alternate-code">Alternate code:</h2>
Expand Down
Loading