tracks/c/exercises/nth-prime/src/example.h in trackler-2.0.6.6 vs tracks/c/exercises/nth-prime/src/example.h in trackler-2.0.6.7

- old
+ new

@@ -1,6 +1,6 @@ -#ifndef _NTH_PRIME_H -#define _NTH_PRIME_H +#ifndef NTH_PRIME_H +#define NTH_PRIME_H #include <stdint.h> uint32_t nth(uint32_t n);