mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05: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 {
|
|
|
|
} |