repositories
/
Project_POO.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
exo6: add constructor and some sanity checks to Chiffre and Variable
[Project_POO.git]
/
exo6
/
Opplus.java
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
2
class Opplus extends Opadd {
3
4
public double evaluer() {
5
return 0.0;
6
}
7
}