Skip to content
Snippets Groups Projects
Commit 0b5a0b6e authored by Jorge Peña Queralta's avatar Jorge Peña Queralta
Browse files

cpp pow

parent bc719a9b
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
g++ -Wall --std=c++11 pow.cpp && ./a.out
git checkout a.out && g++ -Wall --std=c++11 pow.cpp && ./a.out
#python3 pow/simple.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment