9 lines
75 B
C
9 lines
75 B
C
#ifdef GIMME_A_K
|
|
|
|
#ifndef K_H
|
|
#define K_H
|
|
const int k = 42;
|
|
#endif
|
|
|
|
#endif
|