diff options
Diffstat (limited to 'example/example_05_nectar_gpu/example.nc')
| -rw-r--r-- | example/example_05_nectar_gpu/example.nc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/example/example_05_nectar_gpu/example.nc b/example/example_05_nectar_gpu/example.nc new file mode 100644 index 0000000..d0a8b72 --- /dev/null +++ b/example/example_05_nectar_gpu/example.nc @@ -0,0 +1,11 @@ +// SPDX-License-Identifier: Apache-2.0 +// 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; +} + |
