mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-15 22:13:04 +00:00
10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: main
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: main()
|
|
# --
|
|
int main (int argc, char const${TM_C_POINTER: *}argv[])
|
|
{
|
|
${0:/* code */}
|
|
return 0;
|
|
} |