From 3094a6bef6aa83fd0321caec58ce402ae7609899 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 17:04:59 +0200 Subject: feat(awk): Update to my current SOTA --- templates/awk/src/TODO.awk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/awk/src/TODO.awk (limited to 'templates/awk/src/TODO.awk') diff --git a/templates/awk/src/TODO.awk b/templates/awk/src/TODO.awk new file mode 100644 index 0000000..78b2356 --- /dev/null +++ b/templates/awk/src/TODO.awk @@ -0,0 +1,4 @@ +#!/usr/bin/env -S gawk -f +BEGIN { + printf ("Hello World!\n"); +} -- cgit 1.4.1