8 lines
71 B
C++
8 lines
71 B
C++
#include "Foo.h"
|
|
|
|
int main() {
|
|
Foo f;
|
|
f.bar();
|
|
return 0;
|
|
}
|