Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cce535f

Browse files
Update README.md
1 parent 842a4d6 commit cce535f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ SpringBoot-Kotlin-Dynamic-Compiler
99
```shell script
1010
curl --location --request POST 'http://127.0.0.1:8080/exec' \
1111
--header 'Content-Type: text/plain' \
12-
--data-raw 'package me.kagura.dynamiccompiler.script
12+
--data-raw '
13+
package me.kagura.dynamiccompiler.script
1314
import me.kagura.dynamiccompiler.script.Worker
1415
1516
class KaguraWorker : Worker {
1617
override fun doWork(): String {
1718
return "https://www.kagura.me/"
1819
}
19-
}'
20+
}
21+
'
2022
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /