Skip to content

Commit 934fdd9

Browse files
committed
hello.hpp
1 parent 42baac7 commit 934fdd9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

section5/hello.hpp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Copyright (c) 2020 by Chrono
2+
3+
#ifndef _HELLO_HPP
4+
#define _HELLO_HPP
5+
6+
#include "cpplang.hpp"
7+
8+
BEGIN_NAMESPACE(cpp_study)
9+
10+
11+
END_NAMESPACE(cpp_study)
12+
13+
#endif //_HELLO_HPP
14+

0 commit comments

Comments
 (0)