From 3b4590b1a745b06ce36cb558a4749923675e9b35 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sun, 1 Jun 2025 10:55:23 -0400 Subject: Ready. Set. Go! --- emacs/snippets/c-mode/printf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 emacs/snippets/c-mode/printf (limited to 'emacs/snippets/c-mode/printf') diff --git a/emacs/snippets/c-mode/printf b/emacs/snippets/c-mode/printf new file mode 100644 index 0000000..6b9386f --- /dev/null +++ b/emacs/snippets/c-mode/printf @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: printf +# key: pr +# -- +printf("$0"); \ No newline at end of file -- cgit v1.2.3