promej
Этот коммит содержится в:
1
.gitignore
поставляемый
1
.gitignore
поставляемый
@@ -7,4 +7,3 @@
|
||||
/unittest.depend
|
||||
/unittest.layout
|
||||
/unittest1.depend
|
||||
|
||||
|
||||
1
main.cpp
1
main.cpp
@@ -35,4 +35,5 @@ main()
|
||||
auto in = input_data();
|
||||
auto bins = make_histogram(in.numbers, in.bin_count);
|
||||
show_histogram_svg(bins);
|
||||
//show_histogram_text(bins, in.numbers, in.bin_count);
|
||||
}
|
||||
|
||||
5
unittest1.layout
Обычный файл
5
unittest1.layout
Обычный файл
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<FileVersion major="1" minor="0" />
|
||||
<ActiveTarget name="Debug" />
|
||||
</CodeBlocks_layout_file>
|
||||
Ссылка в новой задаче
Block a user