Files
starr-philproperties/lib/ocaml/Hello.res
T
kennethobsequio fbef7cb6e6 ready to test
Testing

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
2026-06-22 10:07:20 +08:00

4 lines
91 B
Plaintext

@react.component
let make = () => {
<div> {React.string("ReScript is working!")} </div>
}