mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-02-27 06:08:40 +01:00
15 lines
193 B
C
15 lines
193 B
C
/**
|
|
* @file hello.c
|
|
* @author @$Author$
|
|
* @date @$Date$
|
|
* @version @$Revision$
|
|
*
|
|
* $Id$
|
|
*/
|
|
|
|
#include "stdio.h"
|
|
|
|
int main(int argc, char *argv[])
|
|
printf("Hello, world!");
|
|
}
|