Subversion Repositories IRCServ

Rev

Rev 2 | Rev 5 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 nishi 1
/* $Id: main.c 3 2024-08-25 10:23:36Z nishi $ */
2
 
3
#include "is_version.h"
4
 
3 nishi 5
#include <stdio.h>
6
 
7
int main(int argc, char** argv) {
8
	printf("Launching IRCServ version %s\n", is_get_version());
9
}