Initial commit

This commit is contained in:
2024-02-24 17:38:12 -03:00
commit 9fef149d10
11 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
struct ReceivedMessage {
subject: String,
message: String,
timestamp: std::time,
}