Created
February 26, 2025 21:55
-
-
Save Zaryob/1f849474131c5fbbfcce0ba2a8babdca 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
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