Warning, /education/gcompris/src/activities/numbers-odd-even/resource/Tutorial6.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - Tutorial6.qml
0002  *
0003  * SPDX-FileCopyrightText: 2019 Deepak Kumar <deepakdk2431@gmail.com>
0004  *
0005  * Authors:
0006  *   Deepak Kumar <deepakdk2431@gmail.com>
0007  *
0008  *   SPDX-License-Identifier: GPL-3.0-or-later
0009  */
0010 import QtQuick 2.12
0011 import GCompris 1.0
0012 
0013 import "../../../core"
0014 
0015 TutorialBase {
0016 
0017     firstNumber: "111"
0018     secondNumber: "108"
0019 }