Tic-Tac-Toe

Report a typo

Write a program that displays a grid from the Tic-Tac-Toe game.

The required grid is below:

O X X
O X O
X O X

O is not a zero, it is a letter.

Write a program in Kotlin
fun main() {
TODO("Remove this line and write your solution here")
}
___

Create a free account to access the full topic