GitXplorerGitXplorer
A

learn-c

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
d0dd6b9289ae25492859ed9dc92fb91245c79a21

basic of TFE

AAugustinMauroy committed 15 days ago
Unverified
d61eaffc275d94c6197a2347c763c4a1ec27760b

TFE: introduce

AAugustinMauroy committed 16 days ago
Unverified
a383734be37ad0b3de5dc48e086b356e3619d172

Update main.c

AAugustinMauroy committed 4 months ago
Unverified
9eb4196d1d6b7f973d8c15de2b9d28b909d1a852

update

AAugustinMauroy committed 4 months ago
Unverified
58818e29902dcfb74d8b6d5f92b98c3674c236ea

update

AAugustinMauroy committed 5 months ago
Unverified
41b395f7fe0d364bef3e217a876e1ce1f1b00f56

update multiplication table

AAugustinMauroy committed 5 months ago

README

The README file for this repository.

Learn-C

My learning of C language. I'm learning C at school, so I'm just putting my code here.

Note:

Ansii color code for terminal:

Color Code
Black \033[0;30m
Red \033[0;31m
Green \033[0;32m
Yellow \033[0;33m
Blue \033[0;34m
Purple \033[0;35m
Cyan \033[0;36m
White \033[0;37m

Usage of UTF-8 characters:

printf("\u03A9\n"); // => Ω

[!NOTE] The code above need to be compiled with LLVM. And the terminal must support UTF-8.