mirror of
https://git.soft.fish/val/MicroCorruption.git
synced 2024-11-23 03:55:58 +00:00
7 lines
76 B
C++
7 lines
76 B
C++
|
#ifndef MAIN_HH_INCLUDED
|
||
|
#define MAIN_HH_INCLUDED
|
||
|
|
||
|
const int a = 0;
|
||
|
|
||
|
#endif
|