Files
modern-cpp-tutorial/code/1/1.1.cpp
2018-03-30 08:14:35 +02:00

14 lines
139 B
C++

//
// 1.1.cpp
// c++1x tutorial
//
// created by changkun at changkun.de
//
#include "foo.h"
int main() {
add(1, 2);
return 0;
}