fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include<iostream>
|
||||
|
||||
void print_hello(int i) {
|
||||
std::cout << "Hello. Here is a number printed with C++: " << i << ".\n";
|
||||
}
|
||||
Reference in New Issue
Block a user