9 lines
112 B
C++
9 lines
112 B
C++
#include "iostream"
|
|
#include "func1.h"
|
|
|
|
int main()
|
|
{
|
|
|
|
std::cout<<"hello world"<<std::endl<<LibA::sqrt(5);
|
|
|
|
} |