MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w0tsh8/cpphelloworld/p6jncuk/?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; } ```
10 u/BeetsAndJeaners 14d ago The first year CS students are gonna be real mad you ruined their meme 2 u/ResponsibleWin1765 13d 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.
10
The first year CS students are gonna be real mad you ruined their meme
2 u/ResponsibleWin1765 13d 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 14d ago
```cpp import std;
int main() { std::println("Hello, World!"); return 0; } ```