Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 610 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 610 Bytes

UVa Online Judge

UVa Online Judge Solutions

🏆 Solutions to problems from the UVa Online Judge 🏆

Usage

  • If is a C++ file (.cpp):
g++ file.cpp -o main
./main
  • If is a C file (.c):
gcc file.c -o main
./main
  • If is a Java file (.java):
javac file.java
java file

Authors

  • Matheus Cunha Reis - creator - GitHub

License

MIT