# -*- mode: snippet -*-
|
|
# name: -export([]).
|
|
# contributor : hitesh <hitesh.jasani@gmail.com>
|
|
# --
|
|
-export([${1:start/0}]).
|
|
$0
|