11 lines
195 B
C++
11 lines
195 B
C++
|
#include <iostream>
|
||
|
|
||
|
#include "bottles.hpp"
|
||
|
#include "internal/bottles.hpp"
|
||
|
|
||
|
using namespace std;
|
||
|
|
||
|
void cellar::bottles::switch_active_bottle(int argc, char** argv) {
|
||
|
cout << argc << endl;
|
||
|
}
|