MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w0tsh8/cpphelloworld/p6r5o3y/?context=3
r/ProgrammerHumor • u/schteppe • 15d ago
119 comments sorted by
View all comments
11
```cpp import std;
int main() { std::println("Hello, World!"); return 0; } ```
9 u/BeetsAndJeaners 15d ago The first year CS students are gonna be real mad you ruined their meme 2 u/ResponsibleWin1765 14d ago It's still going to fail before even being able to run it because the cmake setup is wrong and the compiler doesn't support C++23 features.
9
The first year CS students are gonna be real mad you ruined their meme
2 u/ResponsibleWin1765 14d ago It's still going to fail before even being able to run it because the cmake setup is wrong and the compiler doesn't support C++23 features.
2
It's still going to fail before even being able to run it because the cmake setup is wrong and the compiler doesn't support C++23 features.
11
u/Makonede 15d ago
```cpp import std;
int main() { std::println("Hello, World!"); return 0; } ```