Skip to content

Commit

Permalink
Initializes CLI project
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Oct 8, 2023
1 parent e433073 commit 59053b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cli/.nitro
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package:
name: nitro
type: exe
version: 1.0.0
8 changes: 8 additions & 0 deletions cli/App.nt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
use nitro.Int32;

class App {
@entry
fn Main(): Int32 {
0
}
}

0 comments on commit 59053b6

Please sign in to comment.