Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
news things
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Jan 28, 2020
1 parent 1f735b8 commit 396571a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug (Launch) - Current File",
"request": "launch",
"mainClass": "${file}"
}
]
}
3 changes: 2 additions & 1 deletion bin/main/com/andromeda/araserver/pages/News.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.andromeda.araserver.pages
class News{
fun main(){
fun main(url:String){

}
}
3 changes: 2 additions & 1 deletion src/main/java/com/andromeda/araserver/pages/News.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.andromeda.araserver.pages
class News{
fun main(){
fun main(url:String){

}
}

0 comments on commit 396571a

Please sign in to comment.