002
This commit is contained in:
parent
0d3ee9188e
commit
e71c342950
13
a4.nimble
Normal file
13
a4.nimble
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Package
|
||||||
|
|
||||||
|
version = "0.1.0"
|
||||||
|
author = "cereci5049"
|
||||||
|
description = "School Management System"
|
||||||
|
license = "GPL-2.0-or-later"
|
||||||
|
srcDir = "src"
|
||||||
|
bin = @["a4"]
|
||||||
|
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
requires "nim >= 2.0.2"
|
5
src/a4.nim
Normal file
5
src/a4.nim
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# This is just an example to get you started. A typical binary package
|
||||||
|
# uses this file as the main entry point of the application.
|
||||||
|
|
||||||
|
when isMainModule:
|
||||||
|
echo("Hello, World!")
|
Loading…
Reference in New Issue
Block a user