3 lines
205 B
Plaintext
3 lines
205 B
Plaintext
// Get all available products (servers) that we can order and print them in a table
|
|
let available_server_products = hetzner.get_server_ordering_product_overview();
|
|
available_server_products.pretty_print(); |