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!";}