Skip to content

Instantly share code, notes, and snippets.

@theomessin
Last active March 18, 2020 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theomessin/5dda66f92348a2bffdf05c476b4f531d to your computer and use it in GitHub Desktop.
Save theomessin/5dda66f92348a2bffdf05c476b4f531d to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main() {
cout << "Hello from gaccat" << endl;
return 0;
}
<?php
var_dump("Hello from gaccat!");
exit(0);
@theomessin
Copy link
Author

theomessin commented Mar 18, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment