From 93ab8537036568c5b13e687e9839a4e6f10acbf5 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Thu, 24 Jul 2025 10:16:28 +0200 Subject: [PATCH] Nuova classe creata: Rifornimento --- Rifornimento.cs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Rifornimento.cs diff --git a/Rifornimento.cs b/Rifornimento.cs new file mode 100644 index 0000000..062d105 --- /dev/null +++ b/Rifornimento.cs @@ -0,0 +1,5 @@ +namespace vacanzeEstive_benzinaio; + +class Rifornimento { + +} \ No newline at end of file