projet-traduction-langage/fichiersRat/src-rat-type-test/testRetourFonction1.rat

8 lines
63 B
Plaintext
Raw Normal View History

2021-11-24 13:13:45 +00:00
int add (int x int y){
return (x+y);
}
test{
int x = 4;
}