Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions HelloWorld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ template<typename number_t, typename index_t> number_t get_fibbonachi_number(ind
int main()
{
std::cout << "Hello world!" << std::endl;
std::cout << "Not hello world :(" << std::endl;

const unsigned short fibbonachi_numbers_amount = 10;
std::cout << "Here goes first " << fibbonachi_numbers_amount << " fibbonachi numbers: ";
Expand Down