From 3e514cf1ccce8c419e7590ee4a7e111c8c33bdd2 Mon Sep 17 00:00:00 2001 From: Aimmboylun Date: Sun, 9 Feb 2025 00:09:41 +0700 Subject: [PATCH] Create ROME ROME --- ROME | 1 + 1 file changed, 1 insertion(+) create mode 100644 ROME diff --git a/ROME b/ROME new file mode 100644 index 0000000..686e15a --- /dev/null +++ b/ROME @@ -0,0 +1 @@ +// SPDX-License-Identifier: MIT// compiler version must be greater than or equal to 0.8.26 and less than0.9.0pragma solidity ^0.8.26;contract HelloWorld { string public greet = "Hello World!";}