added basic, based on my own ADT c implementation of a queue
This commit is contained in:
7
src/main.cpp
Normal file
7
src/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <cstdlib>
|
||||
#include <print>
|
||||
|
||||
int main(void) {
|
||||
std::println("Hola");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
0
src/utils.cpp
Normal file
0
src/utils.cpp
Normal file
Reference in New Issue
Block a user