upload
This commit is contained in:
15
CplusplusPractice/header1.h
Normal file
15
CplusplusPractice/header1.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <iostream>
|
||||
|
||||
namespace header1
|
||||
{
|
||||
int foo()
|
||||
{
|
||||
std::cout << "This is H1 - foo()" << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
void bar()
|
||||
{
|
||||
std::cout << "This is H1 - bar()" << std::endl;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user