Files
modern-cpp-tutorial/1/1.1.cpp
2016-08-20 13:00:44 +08:00

14 lines
141 B
C++

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