Skip to content

Instantly share code, notes, and snippets.

@Zaryob
Created February 26, 2025 21:54
Show Gist options
  • Save Zaryob/db66a45b17f0d9345d5e8ab5b0c44fd5 to your computer and use it in GitHub Desktop.
Save Zaryob/db66a45b17f0d9345d5e8ab5b0c44fd5 to your computer and use it in GitHub Desktop.
import MyModule; // Modülü içe aktar
#include <iostream>
int main() {
std::cout << add(3, 4) << std::endl; // 7
// subtract(3, 4); // Hata: subtract dışa açık değil
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment