summaryrefslogtreecommitdiffhomepage
path: root/include/GenericsLibrary/nrt.nc
blob: 446ce94fab33a4235e5b180f1abc24fc1768c0cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/nekernel-org/nectar

extern main;

let _start()
{
    return main();
}