Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4208c0a

Browse filesBrowse files
committed
removed code from main.cpp
1 parent 2e3329d commit 4208c0a
Copy full SHA for 4208c0a

File tree

1 file changed

+0
-12
lines changed
Filter options

1 file changed

+0
-12
lines changed

‎main.cpp

Copy file name to clipboardExpand all lines: main.cpp
-12Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
#include <string>
99
#include "args/cli_args.h"
1010
#include "utils/types.h"
11-
#include "utils/string_formatting/string_effects.h"
12-
#include "utils/string_formatting/string_coloring.h"
1311
#include "utils/fs/handle_files.h"
1412
namespace fs = std::filesystem;
1513

@@ -20,15 +18,5 @@ int main(int argc, char* argv[]) {
2018
auto cool = new File(f[0], {Directory}, "1", "2", "3", "4", "5", "6");
2119
std::cout << cool->doit() << std::endl;
2220

23-
std::cout << bold("hello") << std::endl;
24-
std::cout << red(underline("world")) << std::endl;
25-
std::cout << yellow("yellow test") << std::endl;
26-
std::cout << magenta("magenta test") << std::endl;
27-
std::cout << light_blue("light blue test") << std::endl;
28-
std::cout << dark_blue("dark blue test") << std::endl;
29-
std::cout << grey("grey test") << std::endl;
30-
std::cout << green("green test") << std::endl;
31-
std::cout << underline("world") << std::endl;
32-
3321
return 0;
3422
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.