3 lines
36 B
C++
3 lines
36 B
C++
#pragma once
|
|
|
|
int add() {return 1;}
|
#pragma once
|
|
|
|
int add() {return 1;}
|