mirror of
https://github.com/akelge/zsh
synced 2025-12-14 14:15:14 +00:00
20 lines
240 B
C
20 lines
240 B
C
/*
|
|
-*- coding: latin-1 -*-
|
|
|
|
Copyright by Andrea Mistrali <am@am.cx>.
|
|
First version: <crdate>
|
|
Last modified: <lmdate>
|
|
|
|
Synopsis: <description>
|
|
|
|
$Id$
|
|
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
return 0
|
|
}
|