Skip to content

Commit

Permalink
feat: add GnoChess retrospective slides (#47)
Browse files Browse the repository at this point in the history
* feat: add GnoChess retrospective slides

* it was on the 14th
  • Loading branch information
thehowl authored Jan 22, 2024
1 parent 89717f2 commit 8872605
Show file tree
Hide file tree
Showing 28 changed files with 732 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/reveal/reveal.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
var es int
for _, v := range os.Args[1:] {
if err := convertFile(v); err != nil {
fmt.Fprintf(os.Stderr, "%s: error converting: %v", err)
fmt.Fprintf(os.Stderr, "%s: error converting: %v", v, err)
es = 1
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8872605

Please sign in to comment.