summaryrefslogtreecommitdiffhomepage
path: root/example/example_06_nectar_gpu/example.nc
blob: 5c220acf38a995d11638dd669c2266a8cd054d58 (plain)
1
2
3
4
5
6
7
8
9
10
// 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/ne-foss-org/nectar

const main() {
  const dummy := 0x10;
  return dummy;
}