Skip to content

Commit

Permalink
Add "uncooked" thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
alberic89 authored Aug 2, 2023
1 parent 8676957 commit 31d6716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions taptempo.zig
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
// Sur une idée de François Mazen
// https://linuxfr.org/users/mzf/journaux/un-tap-tempo-en-ligne-de-commande
//
// Merci à Leon Henrik Plickat pour son exemple d'application zig "Uncooked"
// https://zig.news/lhp/want-to-create-a-tui-application-the-basics-of-uncooked-terminal-io-17gm
//

const std = @import("std");
const stdout = std.io.getStdOut().writer();
Expand Down

0 comments on commit 31d6716

Please sign in to comment.