doomemacs/modules/editor/file-templates/templates/solidity-mode/__sol

10 lines
150 B
Text
Raw Normal View History

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