C and C++. Demonstrations.

Task: Hello, world!

hello.c

hello.cc

Task: Read stdin line by line, and write them to stdout sorted by content

sort.c

sort.cc