Arcane  4.1.15.0
User documentation
Loading...
Searching...
No Matches
HelloWorldModule.h
1#ifndef HELLOWORLDMODULE_H
2#define HELLOWORLDMODULE_H
3
4#include "HelloWorld_axl.h"
5
6using namespace Arcane;
7
8/**
9 * Represents a very basic module containing no variables and a single
10 * entry point allowing the display of the string "Hello World!".
11 */
12class HelloWorldModule // : public ...
13{
14 // ...
15};
16
17#endif
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --