From 3a03e615888527814e42096963631995b875d7f7 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Fri, 18 Apr 2025 11:16:13 +0200 Subject: [PATCH] Nuova classe creata: Libro --- Libro.cs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Libro.cs diff --git a/Libro.cs b/Libro.cs new file mode 100644 index 0000000..7254def --- /dev/null +++ b/Libro.cs @@ -0,0 +1,5 @@ +namespace biblioteca; + +class Libro { + +} \ No newline at end of file