Skip to content

Instantly share code, notes, and snippets.

@stoffu
Created February 20, 2022 01:27
Show Gist options
  • Save stoffu/92cd8bd6534a0798599bc3cc6a56f5e0 to your computer and use it in GitHub Desktop.
Save stoffu/92cd8bd6534a0798599bc3cc6a56f5e0 to your computer and use it in GitHub Desktop.
foo
#include <iostream>
int main () {
std::cout << "foo" << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment