3 lines
65 B
OCaml
3 lines
65 B
OCaml
let creer_file () = [],[];;
|
|
let enfiler_file (t,q) x = t, x::q;;
|
let creer_file () = [],[];;
|
|
let enfiler_file (t,q) x = t, x::q;;
|