Skip to content
Snippets Groups Projects
compile-and-run 171 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/sh
    
    # TODO:
    # - set tight resources limits
    # - make this into a program rather than a shell script for a minimum of safety
    
    
    g++ variable_echange3.cpp
    
    exec ./a.out