Skip to content

Instantly share code, notes, and snippets.

@Zaryob
Created February 26, 2025 21:55
Show Gist options
  • Save Zaryob/1f849474131c5fbbfcce0ba2a8babdca to your computer and use it in GitHub Desktop.
Save Zaryob/1f849474131c5fbbfcce0ba2a8babdca to your computer and use it in GitHub Desktop.
export module MathModule; // modül tanımı
export int multiply(int a, int b); // modüle export edilecek fonksiyonlar
export double divide(double a, double b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment