11 lines
No EOL
163 B
C
11 lines
No EOL
163 B
C
# -*- mode: snippet -*-
|
|
# group: file templates
|
|
# contributor: Lorenzo Ravaglia
|
|
# --
|
|
#include <stdio.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
$0
|
|
|
|
return 0;
|
|
} |