mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02:00
12 lines
127 B
C++
12 lines
127 B
C++
#include "Class1.h"
|
|
#include <AK/Format.h>
|
|
|
|
namespace $LibName {
|
|
|
|
void Class1::hello()
|
|
{
|
|
out("Hello friends! :^)\n");
|
|
}
|
|
|
|
}
|