Skip to content

Instantly share code, notes, and snippets.

@nekketsuuu
Last active March 28, 2018 13:55
Show Gist options
  • Save nekketsuuu/67dfc58b3239ef45ccdc85b2b4814c47 to your computer and use it in GitHub Desktop.
Save nekketsuuu/67dfc58b3239ef45ccdc85b2b4814c47 to your computer and use it in GitHub Desktop.

動作例

Click to expand

let () =
  print_endline @@ string_of_int (1 + 1)
;;

Markdown ソース

<details><summary>Click to expand</summary><p>

```ocaml
let () =
  print_endline @@ string_of_int (1 + 1)
;;
```

</p></details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment