Skip to content

Instantly share code, notes, and snippets.

@Zaryob
Created February 26, 2025 21:57
Show Gist options
  • Save Zaryob/3080e58036198e06443910f9cb9d9df0 to your computer and use it in GitHub Desktop.
Save Zaryob/3080e58036198e06443910f9cb9d9df0 to your computer and use it in GitHub Desktop.
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