Spaces:
Sleeping
Sleeping
T1ckbase
commited on
Commit
·
b443a2e
1
Parent(s):
4984411
write test
Browse files- routes/api/joke.ts +2 -0
routes/api/joke.ts
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
import { FreshContext } from "$fresh/server.ts";
|
2 |
|
|
|
|
|
3 |
// Jokes courtesy of https://punsandoneliners.com/randomness/programmer-jokes/
|
4 |
const JOKES = [
|
5 |
"Why do Java developers often wear glasses? They can't C#.",
|
|
|
1 |
import { FreshContext } from "$fresh/server.ts";
|
2 |
|
3 |
+
Deno.writeTextFileSync('./test.txt', 'foo');
|
4 |
+
|
5 |
// Jokes courtesy of https://punsandoneliners.com/randomness/programmer-jokes/
|
6 |
const JOKES = [
|
7 |
"Why do Java developers often wear glasses? They can't C#.",
|