Skip to content

Instantly share code, notes, and snippets.

@domiyanyue
Last active May 3, 2020 21:38
Show Gist options
  • Save domiyanyue/b2e0b376ef00ebaecb6c78e943882384 to your computer and use it in GitHub Desktop.
Save domiyanyue/b2e0b376ef00ebaecb6c78e943882384 to your computer and use it in GitHub Desktop.
pragma once example
#pragma once
struct Time {
int hour;
int minute;
};
void printTime(Time t);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment