Warning, /education/gcompris/src/activities/numbers-odd-even/resource/Tutorial4.qml is written in an unsupported language. File is not indexed.
0001 /* GCompris - Tutorial4.qml
0002
0003 *
0004 * SPDX-FileCopyrightText: 2019 Deepak Kumar <deepakdk2431@gmail.com>
0005 *
0006 * Authors:
0007 * Deepak Kumar <deepakdk2431@gmail.com>
0008 *
0009 * SPDX-License-Identifier: GPL-3.0-or-later
0010 */
0011 import QtQuick 2.12
0012 import GCompris 1.0
0013
0014 import "../../../core"
0015
0016 TutorialBase {
0017
0018 firstNumber: "2"
0019 secondNumber: "5"
0020 }