Skip to content

Instantly share code, notes, and snippets.

@rickstaa
Last active August 12, 2023 07:26
Show Gist options
  • Save rickstaa/fb514518d708593b9a218eb61381e400 to your computer and use it in GitHub Desktop.
Save rickstaa/fb514518d708593b9a218eb61381e400 to your computer and use it in GitHub Desktop.
Test Gist
#include <iostream>
int main() {
std::cout << "test" << std::endl;
return 0;
}
print("just some test")
Just some test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment