few, FINALLY BUILDED

This commit is contained in:
rorikstr 2025-05-06 16:22:44 +03:00
parent b50153dcfe
commit c96be01371
11 changed files with 18204 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#include "hello_world.h"
using namespace std;
namespace hello_world {
string hello() { return "Goodbye, Mars!"; }
} // namespace hello_world