Subversion Repositories IRCServ

Rev

Rev 2 | Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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