Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bediger4000 committed Apr 30, 2016
1 parent 5ccffc2 commit 3b235db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ We indirectly see that the initial program's back-quoted string literal makes wr
## Step 4 - Final format string
Informed by the output of the program from Step 3, we can fill in the back-quoted string literal.
```go
package main
Expand All @@ -103,7 +104,7 @@ We indirectly see that the initial program's back-quoted string literal makes wr
fmt.Printf(h, h)
}
```
The final-format-string version is the `rx.go` code in this repository.
The final-format-string version should reside in the `rx.go` file in this repository.
The output of the final-format-string program constitutes the self-replicating program.
Expand Down

0 comments on commit 3b235db

Please sign in to comment.