1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-19 04:41:36 +03:00
juvix/examples/milestone/TicTacToe/TicTacToe.juvix
2022-08-17 18:27:42 +02:00

7 lines
69 B
Plaintext

module TicTacToe;
import CLI.TicTacToe;
import Web.TicTacToe;
end;