ProjectMini Project: Line Counter
All courses

Parse text like it's 1979 (because it works)

Count INFO lines from a multiline string using grep -c. Complete when output shows INFO lines: 3.

In production you'd read a real file — same patterns, fewer heredocs.

Output
Press Run to execute your code.