— 由 @Niefan Du 翻译

上周

C

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/c20cd86f-36ed-40bc-bed5-d525f7560e5b/set_counter_to_0.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/7e429fbd-ea93-424c-bdb3-6e6d4a765a9d/change_counter_by_1.png

if (x < y)
{
	printf("x is less than y\\n");
}