Skip to content

Instantly share code, notes, and snippets.

@Momellouky
Created March 1, 2022 10:01
Show Gist options
  • Save Momellouky/022a9f822150024a12b430ae9c79c843 to your computer and use it in GitHub Desktop.
Save Momellouky/022a9f822150024a12b430ae9c79c843 to your computer and use it in GitHub Desktop.
class Type {
public:
foo();
}
Type::foo(){
// Doing something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment