# Lab-1 Solution
1. Use the `file` command (on Linux) or `Detect it Easy` (on Windows) to identify the program type.
The `file` command (Linux):

Detect it Easy (Windows):

The above evidence suggests that `lab1` is written in **Go**.
2. Use the `strings` command or `Detect it Easy` to find the hidden flag.
The `strings` command (Linux):

Detect it Easy (Windows):
* Press the `Strings` button on the right

* Type `FLAG{` on the filter bar
