compile notepad 2b 2b c 2b 2b

Solutions on MaxInterview for compile notepad 2b 2b c 2b 2b by the best coders in the world

showing results for - "compile notepad 2b 2b c 2b 2b"
Peyton
02 Jul 2020
1npp_save
2cd "$(CURRENT_DIRECTORY)"
3g++ "$(FILE_NAME)" -o $(NAME_PART) -march=native -O3
4NPP_RUN $(NAME_PART)
5