mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
11 lines
163 B
C
11 lines
163 B
C
# -*- mode: snippet -*-
|
|
# group: file templates
|
|
# contributor: Lorenzo Ravaglia
|
|
# --
|
|
#include <stdio.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
$0
|
|
|
|
return 0;
|
|
} |