#include <iostream>
#include <string>
void displayQuote(const std::string& quote) {
std::cout << quote << std::endl;
}
int main() {
displayQuote("Every bug I fix teaches me more about humans than machines");
return 0;
}shortcut119/shortcut119
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|


