Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #422 from vivekBoii/bcpl
Browse files Browse the repository at this point in the history
Add hello world in BPCL
  • Loading branch information
4rjunc authored Oct 18, 2023
2 parents 3985b62 + e280216 commit 164070a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HelloWorld.bpcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
GET "libhdr/sym/stdio.b";

LET start() = VALOF
Printf("Hello, World!\n") RESULTIS 0
RESULTIS start

0 comments on commit 164070a

Please sign in to comment.