- removed obsolete hello.c file

- removed $Revision, $Author, $Date keywords
This commit is contained in:
Alexander Scheipner
2013-05-02 20:38:21 +02:00
parent 8ccd174847
commit e9dcc0a8e0
2 changed files with 0 additions and 15 deletions

View File

@@ -1,6 +1,5 @@
#!/usr/bin/perl -w
# ======================================================================================
# file: check_lsi_raid $Revision$ $Date$ $Author$
# $Id$
# --------------------------------------------------------------------------------------
# Created as part of a semester project at the University of Applied Sciences Hagenberg

14
hello.c
View File

@@ -1,14 +0,0 @@
/**
* @file hello.c
* @author @$Author$
* @date @$Date$
* @version @$Revision$
*
* $Id$
*/
#include "stdio.h"
int main(int argc, char *argv[])
printf("Hello, world!");
}