Added code

This commit is contained in:
2024-06-11 15:01:58 +03:00
commit b31bceb280
2 changed files with 98 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
all:
g++ -o youtube_playlist main.cpp
.PHONY: all