Make more efficient
ai/code-review AI review reported findings
hello-world/pipeline/head This commit looks good

This commit is contained in:
2026-05-03 21:25:21 +01:00
parent b504842293
commit 76292c8393
+1 -1
View File
@@ -1,6 +1,6 @@
#include <iostream> #include <iostream>
std::string get_greeting() { const std::string& get_greeting() {
return "Hello, world!"; return "Hello, world!";
} }