• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#include <stdio.h>
2
3int
4main(int argc, char const *argv[])
5{
6    int my_int = argc + 3;
7    printf("Hello UUID Mismatch: %d\n", my_int); // Set breakpoint here.
8    %ADD_EXTRA_CODE%
9    return 0;
10}
11