mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-07 22:53:57 +01:00
6 lines
129 B
OCaml
6 lines
129 B
OCaml
|
let test_atom =
|
||
|
let line = "C 6.0 1. 2. 3." in
|
||
|
let atom = Atom.of_string line in
|
||
|
print_string (Atom.to_string atom)
|
||
|
;;
|