Files changed (1) hide show
  1. null.sol → cars-00.sol +5 -0
null.sol → cars-00.sol RENAMED
@@ -1 +1,6 @@
1
+ // structure
2
+ pragma solidity ^0.5.0;
1
3
4
+ contract Cars {
5
+ constructor() public {}
6
+ }
// structure
pragma solidity ^0.5.0;

contract Cars {
    constructor() public {}
}