aboutsummaryrefslogtreecommitdiff
path: root/core/true.c
blob: 284fae5bd5e8111524fdbb0ee16b98fe304cd624 (plain) (blame)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: BSD-3-Clause */
/*
 * Copyright (C) 2022, 2023 Ferass El Hafidi <vitali64pmemail@protonmail.com>
 */
int main() {
	return 0;
}