mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
start removing newNumber and number types from the code.
This commit is contained in:
9
server_test/app.ar
Normal file
9
server_test/app.ar
Normal file
@@ -0,0 +1,9 @@
|
||||
import "http.ar" as http
|
||||
|
||||
let server = http.server()
|
||||
|
||||
let home(req,res) = do
|
||||
res.send("hello world")
|
||||
server.get("/",home)
|
||||
|
||||
server.run()
|
||||
Reference in New Issue
Block a user