cellar/src/cellar.cpp

5 lines
71 B
C++
Raw Normal View History

2017-03-12 15:43:11 -07:00
int main(int argc, char* argv[]) {
// stub
return 0;
}