Basic
Introduction This category shows training exercises about C language. For all questions, please ask on the BackToBasics’ Discord server. We cannot use the intranet, so there are somes given files. Please play the game and do not read the test file. You can download it here. A Makefile is already given with these rules: basics: compiles ; debug: compiles with debug flags ; check: runs the testsuite ; clean: removes all trash files....