XIAO Scan Wifi Network

I am trying this example of scanning the wifi network on my XIAO ESP32 C3 MCU

Source Link: WiFi Usage on Seeed Studio XIAO ESP32C3 - Seeed Wiki

This is my Output after uploading:

Sketch uses 657382 bytes (50%) of program storage space. Maximum is 1310720 bytes.
Global variables use 38876 bytes (11%) of dynamic memory, leaving 288804 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.2.1
Serial port COM5
Connecting…
Chip is ESP32-C3 (revision 3)
Features: Wi-Fi
Crystal is 40MHz
MAC: 68:67:25:ec:84:c8
Uploading stub…
Running stub…
Stub running…
Changing baud rate to 921600
Changed.
Configuring flash size…
Flash will be erased from 0x00000000 to 0x00003fff…
Flash will be erased from 0x00008000 to 0x00008fff…
Flash will be erased from 0x0000e000 to 0x0000ffff…
Flash will be erased from 0x00010000 to 0x000b4fff…
Compressed 12944 bytes to 9310…
Writing at 0x00000000… (100 %)
Wrote 12944 bytes (9310 compressed) at 0x00000000 in 0.3 seconds (effective 335.6 kbit/s)…
Hash of data verified.
Compressed 3072 bytes to 146…
Writing at 0x00008000… (100 %)
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.1 seconds (effective 422.0 kbit/s)…
Hash of data verified.
Compressed 8192 bytes to 47…
Writing at 0x0000e000… (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 526.2 kbit/s)…
Hash of data verified.
Compressed 672896 bytes to 410402…
Writing at 0x00010000… (3 %)
Writing at 0x0001b94e… (7 %)
Writing at 0x00024f2a… (11 %)
Writing at 0x0002cc11… (15 %)
Writing at 0x0003277f… (19 %)
Writing at 0x00038d2e… (23 %)
Writing at 0x0003f06e… (26 %)
Writing at 0x00044c89… (30 %)
Writing at 0x0004a96c… (34 %)
Writing at 0x00050c2f… (38 %)
Writing at 0x000569b8… (42 %)
Writing at 0x0005c812… (46 %)
Writing at 0x00062a6d… (50 %)
Writing at 0x00068208… (53 %)
Writing at 0x0006e0fc… (57 %)
Writing at 0x00074388… (61 %)
Writing at 0x00079fe2… (65 %)
Writing at 0x0008015d… (69 %)
Writing at 0x000864a5… (73 %)
Writing at 0x0008ca3f… (76 %)
Writing at 0x00092fbd… (80 %)
Writing at 0x00099204… (84 %)
Writing at 0x0009f04d… (88 %)
Writing at 0x000a6aca… (92 %)
Writing at 0x000ad8a2… (96 %)
Writing at 0x000b3e14… (100 %)
Wrote 672896 bytes (410402 compressed) at 0x00010000 in 9.3 seconds (effective 577.7 kbit/s)…
Hash of data verified.

Leaving…
Hard resetting via RTS pin…

Board and Port have been chosen correctly. I cannot seem to enter the setup and loop as I do not see the println in the output. Can I ask for wise words from the experts in this forum?

The following link may be helpful regarding Serial.print().