8 lines
No EOL
105 B
C++
8 lines
No EOL
105 B
C++
#include "file_read.h"
|
|
|
|
#include <iostream>
|
|
|
|
void hello()
|
|
{
|
|
std::cout << "Hello, World!" << std::endl;
|
|
} |