From 3aa49f3c81882949122eee57afba6acd176e6730 Mon Sep 17 00:00:00 2001 From: Emmanuel Di Pretoro Date: Sat, 14 Mar 2026 21:36:07 +0100 Subject: [PATCH] Adding a citation metadata file --- CITATION.cff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..1373436 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,11 @@ +y# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 0.1.0 +title: waiig_monkey +message: Code related to « Writing An Interpreter In Go » by Thorsten Ball +type: software +authors: + - given-names: Emmanuel + family-names: Di Pretoro + email: edipretoro@gmail.com \ No newline at end of file