Skip to content

Commit 02a891b

Browse files
committed
Add solidity version
1 parent d0b234b commit 02a891b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

random.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
pragma solidity ^0.4.21;
2+
3+
14
contract Random {
25

36
address private host;

0 commit comments

Comments
 (0)