Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Created December 25, 2019 17:16
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 sogaiu/6719d0098669a35f60e0d793a5566c2e to your computer and use it in GitHub Desktop.
Save sogaiu/6719d0098669a35f60e0d793a5566c2e to your computer and use it in GitHub Desktop.
hello.c
#include <stdlib.h>
int main() {
system("xterm");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment