Week 01 Sample Code Files: - hello.c: Minimal C program. - io-example.c: Basic stdin/stdout example. - Makefile: Build targets for hello and io-example. Usage: - Build: make - Run: ./hello, ./io-example