indent
This commit is contained in:
parent
146f36772b
commit
25969d18c1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
int add (int a, int b) {
|
||||
# Alors que "add" est le nom d'une instruction
|
||||
# MIPS, ça ne pose aucun problème
|
||||
# Alors que "add" est le nom d'une instruction MIPS
|
||||
# -> ça ne pose aucun problème
|
||||
return a + b;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue