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