Created
February 26, 2025 21:57
-
-
Save Zaryob/3080e58036198e06443910f9cb9d9df0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import std.core; // C++ standart kütüphane çekirdeğini içe aktar | |
#include <iostream> | |
int main() { | |
std::cout << "Hello, Modules!" << std::endl; | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment