From the output of ip addr show on the guest:
near enp023 (in my case):
inet 192.168.0.106/24 (...)
hence the guest IP is 192.168.0.106.
| package main | |
| import ( | |
| "fmt" | |
| "os" | |
| ) | |
| const ( | |
| fileStateOpen int = iota + 1 | |
| fileStateClosed |
| <?php | |
| class BalanceSheet | |
| { | |
| public function __construct(public int $liabilities, public int $equity) | |
| { | |
| } | |
| } | |
| class AssetsCalculator |
| (defrecord BalanceSheet [liabilities equity]) | |
| (defn calc-assets | |
| [^BalanceSheet bs] | |
| (+ (:liabilities bs) (:equity bs))) | |
| (defn replace-vals-with-assets | |
| "{:key1 BalanceSheet, ...} -> {:key1 (calc-assets BalanceSheet), ...}." | |
| [sheets] | |
| (reduce-kv (fn [m k v] |
| <?php | |
| $foo = '0'; | |
| echo empty($foo) ? 1 : 0; | |
| echo PHP_EOL; |
I hereby claim:
To claim this, I am signing this object: