summaryrefslogtreecommitdiffhomepage
path: root/example/example_02_nectar/example.ncpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-18 19:40:59 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-18 19:49:20 +0100
commit300eb04e2567a284f23edff7a8eef96bcd267254 (patch)
treefb3c5e1a8bfa74613fddfe345a5f765a97de6c88 /example/example_02_nectar/example.ncpp
parentbfc06a997671134e7b747557251d2434f8cb8c2e (diff)
feat: compiler_kit: improvements on the assembler and linker.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/example_02_nectar/example.ncpp')
-rw-r--r--example/example_02_nectar/example.ncpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/example_02_nectar/example.ncpp b/example/example_02_nectar/example.ncpp
index 3f40941..d7ec86c 100644
--- a/example/example_02_nectar/example.ncpp
+++ b/example/example_02_nectar/example.ncpp
@@ -1,6 +1,6 @@
const main() {
- if (67 == 67) {
- return 123;
+ if (0x10 == 0x10) {
+ return 0x137;
}
return 0;