#Compiling python watch -n 1 python3 arrays/python/two_sum_1.py c++ watch -n 1 "g++ two_sum_1.cpp -o two_sum && ./two_sum" rust watch -n 1 "rustc your_file.rs && ./your_file" leetcode This is my leetcode solutions