1
0
This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
modern_cpp_tutorial/include/ifswitch.h

8 lines
53 B
C++

#pragma once
namespace ifswitch {
void test();
};