mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 12:44:40 +03:00
prepare for c++17
This commit is contained in:
13
code/1/1.1.cpp
Normal file
13
code/1/1.1.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// 1.1.cpp
|
||||
// c++1x tutorial
|
||||
//
|
||||
// created by changkun at shiyanlou.com
|
||||
//
|
||||
|
||||
#include "foo.h"
|
||||
|
||||
int main() {
|
||||
add(1, 2);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user