10 lines
150 B
Text
10 lines
150 B
Text
|
# -*- mode: snippet -*-
|
||
|
# group: file templates
|
||
|
# contributor: Edmund Miller
|
||
|
# name: solidity template
|
||
|
# --
|
||
|
pragma solidity ^0.4.22;
|
||
|
|
||
|
contract $0 {
|
||
|
|
||
|
}
|