mirror of
https://github.com/akelge/zsh
synced 2025-08-15 14:28:35 +00:00
22 lines
255 B
C
22 lines
255 B
C
/*
|
|
-*- coding: utf-8 -*-
|
|
|
|
Copyright by @@LONGNAME@@ <@@EMAIL@@>
|
|
First version: @@crdate@@
|
|
|
|
Synopsis: @@DESCR@@
|
|
|
|
$Id$
|
|
|
|
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
return 0
|
|
}
|
|
|
|
/* vim: set ts=4 sw=4 tw=0 ft=c : */
|