Newer
Older
#include "HelloWorldAlgorithm.h"
namespace Mantid
{
namespace Algorithms
{
Russell Taylor
committed
DECLARE_ALGORITHM(HelloWorldAlgorithm)
Russell Taylor
committed
/**
Russell Taylor
committed
/**
Russell Taylor
committed
void HelloWorldAlgorithm::exec()
{
// g_log is a reference to the logger. It is used to print out information,
// warning, and error messages
Russell Taylor
committed
g_log.information() << "\nHello, World!\n";