From b2956650939ba52b18b69c61406cc67633199346 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Sat, 5 Apr 2025 10:38:48 +0200 Subject: [PATCH] Nuova classe creata: Squadra --- Squadra.cs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Squadra.cs diff --git a/Squadra.cs b/Squadra.cs new file mode 100644 index 0000000..22a13cf --- /dev/null +++ b/Squadra.cs @@ -0,0 +1,5 @@ +namespace oggetti_2; + +class Squadra { + +} \ No newline at end of file