Subversion Repositories IRCServ

Rev

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

/* $Id: main.c 3 2024-08-25 10:23:36Z nishi $ */

#include "is_version.h"

#include <stdio.h>

int main(int argc, char** argv) {
        printf("Launching IRCServ version %s\n", is_get_version());
}