Skip to content

Commit

Permalink
Add otne code
Browse files Browse the repository at this point in the history
  • Loading branch information
beanflame committed Mar 1, 2024
1 parent b5f8595 commit fb8dbe2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
16 changes: 16 additions & 0 deletions z_code/HelloUniverse.otne
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import TerminalScreen.qweqwe.qweqwe;

func NaxeHello(Text code, num nums) {
printf("Hello World!" + code);
}

func main() {

printf("Hello, Universe");
TerminalScreen("Hello, Universe");

num wer = 1;
var we = 1;
Text estf = "Hello World!";

}
5 changes: 5 additions & 0 deletions z_code/code.otne
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// hello world!
plug "stdio"
func main () {
printf("hello world!")
}

0 comments on commit fb8dbe2

Please sign in to comment.