mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
# -*- mode: snippet -*-
|
|
# group: file templates
|
|
# contributor: Edmund Miller
|
|
# name: solidity template
|
|
# --
|
|
pragma solidity ^0.4.22;
|
|
|
|
contract $0 {
|
|
|
|
} |