summaryrefslogtreecommitdiff
path: root/click-finder.c
blob: ac953a51aa01efd3012da61fee03ec18960dd1d9 (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
#include <stdlib.h>
#include "click-finder.h"
#include "version.h"
#include <fftw3.h>

int main(int argc, char** argv) {
  printf("%s\n", VERSION);
  return 0;
}