Admin Panel

#include <stdio.h>

int main(int argc, char ** argv) {
  printf("hello world - with %d args\n", argc);
  return 0;
}