1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:27:34 +00:00

Ports: Added The One True AWK

This commit is contained in:
Mattias Nilsson 2022-04-04 22:05:38 +02:00 committed by Brian Gianforcaro
parent 8a46794ff8
commit 45d73f8ef9
5 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- a/main.c
+++ b/main.c
@@ -22,7 +22,7 @@
THIS SOFTWARE.
****************************************************************/
-const char *version = "version 20211208";
+const char *version = "version 20220122";
#define DEBUG
#include <stdio.h>